Source/UBCS-WEB/src/views/integration/groupMapAttrXML.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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({