jingbb 2 лет назад
Родитель
Сommit
26dcbe00b2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/production/materialprocurement/materialProcurementList.vue

+ 1 - 1
src/views/production/materialprocurement/materialProcurementList.vue

@@ -474,7 +474,7 @@
         //删除
         //删除
         delecteList(){
         delecteList(){
           if(this.selectedRowKeys.length==0){
           if(this.selectedRowKeys.length==0){
-            this.$manage.warning('请选择数据')
+            this.$message.warning('请勾选数据!')
           }else if(this.selectedRowKeys.length==1){
           }else if(this.selectedRowKeys.length==1){
             this.$confirm({
             this.$confirm({
               title: '确认删除',
               title: '确认删除',