yuansh 1 年之前
父節點
當前提交
023c21471e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/production/materialprocurement/materialProcurementList.vue

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

@@ -353,7 +353,7 @@
           }else if(this.selectedRowKeys.length>1){
             this.$message.warning('请选择一条数据!')
           }else if(this.selectedRowKeys[0].state!=='自由'){
-            this.$message.warning('请选择状态为'自由'的数据 !')
+            this.$message.warning('请选择状态为自由的数据 !')
           }else{
             this.$refs.materialProcurementAdd.visible=true
             this.$refs.materialProcurementAdd.defaultMethod='edit'