修改bug

prod
wangwei 2 years ago
parent f48539778a
commit 37ae521ea3

@ -315,10 +315,6 @@ export default {
parentId: null,
thirdSysFk: null,
},
row1:{
code:'',
thirdSysFk:''
},
mainThirdSys:'',
mergeList: [],
subList: [],
@ -384,7 +380,6 @@ export default {
handInvCurrentChange(row) {
this.subList = [];
this.currentCode = row.code;
var row1=row;
this.loadSubData(row);
},
@ -417,14 +412,7 @@ export default {
limit:20,
thirdSysFk: this.mainThirdSys
};
this.subQuery = {
parentId: this.row1.code,
thirdSysFk: this.row1.thirdSysFk,
page: 1,
limit: 10,
}
this.getList();
this.getSubList();
},
onSubmit() {
this.getList();
@ -672,6 +660,7 @@ export default {
}
}
this.getThirdSysDetail();
this.getList();
})
.catch(() => {
this.loading = false;

Loading…
Cancel
Save