Browse Source

修改bug

chenrui 1 year ago
parent
commit
701b48384d

+ 1 - 1
src/views/dealerManagement/provincialWarehouseManagement/chooseDealer.vue

@@ -180,7 +180,7 @@ export default {
       this.$refs.table.clearSelected()
     },
     // 批量添加
-    async handleBatchAudit () {
+    handleBatchAudit () {
       const _this = this
       if (_this.rowSelectionInfo && _this.rowSelectionInfo.selectedRowKeys && _this.rowSelectionInfo.selectedRowKeys.length < 1) {
         _this.$message.warning('请在列表勾选后再进行批量操作!')