修改bug

ww
wangwei 2 years ago
parent 42b496de2f
commit 46157666f5

@ -1325,7 +1325,7 @@ export default {
.then(() => { .then(() => {
let query = { let query = {
relId: this.editQuery.id, relId: this.editQuery.id,
thirdSys: row.sysId thirdSys: row.thirdId
}; };
removeRl(query) removeRl(query)
.then((response) => { .then((response) => {
@ -1664,7 +1664,6 @@ export default {
selectUdiVersion, selectUdiVersion,
}, },
created() { created() {
this.findBasicProductSet(); this.findBasicProductSet();
this.getList(); this.getList();
this.selectSysParam(); this.selectSysParam();

Loading…
Cancel
Save