修改bug

prod
wangwei 3 years ago
parent 7e26eda032
commit fa4988d49d

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

Loading…
Cancel
Save