@@ -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('请在列表勾选后再进行批量操作!')