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 = []