瀏覽代碼

Merge remote-tracking branch 'origin/master' into master

yejian 3 年之前
父節點
當前提交
44ad8a4dc6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/MyDraw.vue

+ 3 - 2
imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/MyDraw.vue

@@ -320,7 +320,7 @@ export default {
     		this.tenant = { ...val }
     	}      
       this.getWorkpiece()
-      this.fetch()
+      //this.fetch()
     },
     close () {
       this.$emit('close')
@@ -419,7 +419,8 @@ export default {
             if (res.isSuccess) {               
                res.data.records.forEach(item =>{
                   this.workpieceId.push(item.id);
-               });               
+               }); 
+               this.fetch();              
             }
        });
     },