doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
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
          })
    }
  }
}