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