admin/src/views/business/driverVerification.vue
@@ -141,20 +141,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 }) } } }