From 5685babbcf4eb0b1cbbe1385472d862ce5fbb410 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 06 四月 2023 14:23:53 +0800 Subject: [PATCH] 地质体模型挂载,数据申请页面 添加下载功能 --- src/views/Synthesis/LeftMenu.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/Synthesis/LeftMenu.vue b/src/views/Synthesis/LeftMenu.vue index ea36c62..db72ab2 100644 --- a/src/views/Synthesis/LeftMenu.vue +++ b/src/views/Synthesis/LeftMenu.vue @@ -245,7 +245,7 @@ <el-button class="primary" size="small" - @click="getInsertDown" + @click="getInsertDownz()" >{{ $t("common.confirm") }}</el-button> @@ -3020,7 +3020,7 @@ this.dialogInsertVisible = true; }, downloadx() { - this.$bus.$emit("setInsertDown", this.codeForm) + this.$bus.$emit("setInsertDown1", this.codeForm) this.closeDownx(); }, handleCloseDown1() { @@ -3055,12 +3055,12 @@ }) .catch(_ => { }) }, - getInsertDown() { + getInsertDownz() { this.dialogInsertVisible = false; // this.dialogVisible1 = true; // - this.$bus.$emit("setInsertApply", this.ruleForm) + this.$bus.$emit("setInsertApply1", this.ruleForm) }, handleExtentClose() { this.dialogExtentVisible = false @@ -3073,6 +3073,7 @@ } }, mounted() { + this.$bus.$off(); this.measureData = new Map(); this.colorAll = { point: Cesium.Color.fromCssColorString("#ff0000"), -- Gitblit v1.9.3