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