田源
2024-01-09 c8973c47ec0faa012ba8005ffacb59c4a0ea3d6f
更新代码
已修改1个文件
4 ■■■ 文件已修改
Source/UBCS-WEB/src/views/integration/groupMapAttrXML.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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({