lilei 2 年之前
父节点
当前提交
08c7105e7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesManagement/salesQuery/edit.vue

+ 1 - 1
src/views/salesManagement/salesQuery/edit.vue

@@ -332,7 +332,7 @@ export default {
     handleBatchDel () {
       const _this = this
       if (!_this.rowSelectionInfo || (_this.rowSelectionInfo && _this.rowSelectionInfo.selectedRowKeys.length < 1)) {
-        _this.$message.warning('请选择要删除的产品后再进行批量操作!')
+        _this.$message.warning('请选择要删除的产品后再进行批量操作!')
         return
       }
       const obj = []