Procházet zdrojové kódy

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

yejian před 3 roky
rodič
revize
44ad8a4dc6

+ 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();              
             }
        });
     },