ludc
2023-12-29 2e5bace04a71955164c1df5d4e4344760b11d247
Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -331,7 +331,7 @@
        const findRow = that.mappingData.findIndex(item => item.metaListId === that.mappingForm.metaListId)
        that.mappingData[findRow].targetAttrName = transferValue[0].name
        that.mappingData[findRow].targetAttrId = transferValue[0].oid
        this.dialogPush = false
        this.dialogPush = false;
      }
    },