From ecc89fd2f61441ea03a264f6111a6089ce4ed2aa Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期一, 28 七月 2025 10:58:53 +0800 Subject: [PATCH] 视锥体保存更新 --- src/views/system/project/components/chooseDeviceDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/project/components/chooseDeviceDialog.vue b/src/views/system/project/components/chooseDeviceDialog.vue index 0bb2deb..8ed75ec 100644 --- a/src/views/system/project/components/chooseDeviceDialog.vue +++ b/src/views/system/project/components/chooseDeviceDialog.vue @@ -1,6 +1,6 @@ <template> <el-dialog - title="妯″瀷鍒楄〃" + title="璁惧鍒楄〃" :visible.sync="dialogVisible" @close="cancel" width="50%"> @@ -51,6 +51,7 @@ submit(){ // this.selectArr this.$emit('dealChooseArr',this.selectArr) + this.$emit('cancel') }, clickRow(row){ console.log(row) @@ -76,7 +77,6 @@ orientation: orientation, model: { uri: row.modelRoute, // 鏇挎崲鎴愪綘鐨勬ā鍨嬭矾寰� - scale: 1000, }, }); viewer.flyTo(entity) -- Gitblit v1.9.3