瀏覽代碼

材料请购单-提示

jingbb 1 年之前
父節點
當前提交
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(){
           if(this.selectedRowKeys.length==0){
-            this.$manage.warning('请选择数据')
+            this.$message.warning('请勾选数据!')
           }else if(this.selectedRowKeys.length==1){
             this.$confirm({
               title: '确认删除',