ludc
2024-09-18 d8c51096bdf100bb9367e61e75bb66be796068d3
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({