MrShi
10 天以前 8a899e63502939dbf034b90ba46741e0faa9023c
admin/src/views/business/driverList.vue
@@ -97,8 +97,8 @@
        status: '',
        sex: '',
        createTime1: '',
        startTime: '',
        endTime: '',
        createTimeStart: '',
        createTimeEnd: '',
        auditStatus: 3
      }
    }
@@ -115,8 +115,8 @@
      this.$refs.operaDriverEditWindow.open('编辑门店', row)
    },
    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()
    },
    handleDetail (row) {
@@ -130,6 +130,19 @@
        this.$tip.apiFailed(e)
      })
    },
    reset () {
      this.searchForm = {
        keyword: '',
        carNo: '',
        status: '',
        sex: '',
        createTime1: '',
        createTimeStart: '',
        createTimeEnd: '',
        auditStatus: 3
      }
      this.search()
    },
    handleExport () {
      this.isWorking.export = true
      exportExcel(this.getTableParams())