田源
2025-01-21 96ccda8fecce548ca4b9041967aa99a9640a960e
Source/UBCS-WEB/src/views/integration/groupMapAttrXML.vue
@@ -93,11 +93,9 @@
    rowUpdate(row, index, done) {
      // updateXMLName 修改文件名
      // groupMapAttrName 原文件名
      const XMLParts = row.attrMapPath.split('/');
      const XMLLastPart = XMLParts[XMLParts.length - 1];
      row.updateXMLName = row.groupMapAttrName.includes('.xml') ? row.groupMapAttrName : row.groupMapAttrName + '.xml';
      row.groupMapAttrName = XMLLastPart;
      row.groupMapAttrName = this.tableData[index].groupMapAttrName;
      updateGroupMapXML(row).then(res => {
        this.$message({