diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 74c8355..76a33e0 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -1325,7 +1325,7 @@ export default { .then(() => { let query = { relId: this.editQuery.id, - thirdSys: row.sysId + thirdSys: row.thirdId }; removeRl(query) .then((response) => { @@ -1664,7 +1664,6 @@ export default { selectUdiVersion, }, created() { - this.findBasicProductSet(); this.getList(); this.selectSysParam();