src/views/Synthesis/LeftMenu.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/datamanage/dataUpdata.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/datamanage/uploadmanage.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/Synthesis/LeftMenu.vue
@@ -3180,9 +3180,9 @@ }); this.$store.state.isProjectLayer = [], this.$store.state.pigCode = null, this.$store.state.showAllLayers = true; this.$store.state.isProjectLayer = []; this.$store.state.pigCode = null; this.$store.state.showAllLayers = true; this.$store.state.layerMnage = false; this.$store.state.treeData = null; this.$store.state.checkedKeys = []; src/views/datamanage/dataUpdata.vue
@@ -2090,7 +2090,8 @@ for (var i = 0; i < val1.length; i++) { const stdTab = this.setSplitWare(val1[i].tab); for (var j = 0; j < val2.length; j++) { if (val2[j].tab == stdTab) { if (val2[j].tab.indexOf(stdTab) > -1) { std.push(val1[i].tab); val1[i].entity = val2[j].entity; val1[i].tabDesc = val2[j].tabDesc; src/views/datamanage/uploadmanage.vue
@@ -889,7 +889,7 @@ return } if (this.formInline.type == "DOM" || this.formInline.type == "DEM") { debugger this.insertLayer.name = this.multipleSelection[0].name.split('.')[0]; this.insertLayer.number = this.multipleSelection.length this.insertLayer.noData = '0'; @@ -922,15 +922,15 @@ this.insertDialogVisible = false; const data = await publish_insert(obj); if (data.code != 200) { this.$message.error("数据发布失败") } else { if (data.code == 200 && data.result > 0) { this.$message({ message: '数据发布成功', type: 'success' }); } else { this.$message.error("数据发布失败") } this.loadDialogVisible = false this.getTableData(); }