From bec1a5e6532575b221b24094471fce8c814fc7ae Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期三, 09 七月 2025 17:26:59 +0800 Subject: [PATCH] 优化算法 --- src/views/system/project/components/chooseDeviceDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/project/components/chooseDeviceDialog.vue b/src/views/system/project/components/chooseDeviceDialog.vue index 0bb2deb..0eb9f2e 100644 --- a/src/views/system/project/components/chooseDeviceDialog.vue +++ b/src/views/system/project/components/chooseDeviceDialog.vue @@ -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