修改bug

prod
wangwei 2 years ago
parent 7e26eda032
commit fa4988d49d

@ -315,6 +315,10 @@ export default {
parentId: null,
thirdSysFk: null,
},
row1:{
code:'',
thirdSysFk:''
},
mainThirdSys:'',
mergeList: [],
subList: [],
@ -380,6 +384,7 @@ export default {
handInvCurrentChange(row) {
this.subList = [];
this.currentCode = row.code;
var row1=row;
this.loadSubData(row);
},
@ -412,7 +417,14 @@ 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();

Loading…
Cancel
Save