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