From e9a7cddce776382916e975402986144a88899ac5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 14 五月 2026 18:29:14 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
admin/src/views/business/driverVerification.vue | 24 ++++++------------------
1 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/admin/src/views/business/driverVerification.vue b/admin/src/views/business/driverVerification.vue
index ff5026c..711150b 100644
--- a/admin/src/views/business/driverVerification.vue
+++ b/admin/src/views/business/driverVerification.vue
@@ -97,6 +97,7 @@
auditStatus: '',
sex: '',
createTime1: '',
+ versionType: 1,
startTime: '',
endTime: ''
}
@@ -111,8 +112,8 @@
},
methods: {
handleDateChange (val) {
- this.searchForm.startTime = val ? val[0] : ''
- this.searchForm.endTime = val ? val[1] : ''
+ this.searchForm.createTimeStart = val ? val[0] : ''
+ this.searchForm.createTimeEnd = val ? val[1] : ''
this.search()
},
reset () {
@@ -121,9 +122,10 @@
carNo: '',
status: '',
sex: '',
+ versionType: 1,
createTime1: '',
- startTime: '',
- endTime: ''
+ createTimeStart: '',
+ createTimeEnd: ''
}
this.search()
},
@@ -141,20 +143,6 @@
row.status = val === 1 ? 0 : 1
this.$tip.apiFailed(e)
})
- },
- handleExport () {
- this.isWorking.export = true
- exportExcel(this.getTableParams())
- .then(res => {
- this.download(res)
- this.$tip.apiSuccess('瀵煎嚭鎴愬姛')
- })
- .catch(e => {
- this.$tip.apiFailed(e)
- })
- .finally(() => {
- this.isWorking.export = false
- })
}
}
}
--
Gitblit v1.9.3