jihongshun
2025-07-09 bec1a5e6532575b221b24094471fce8c814fc7ae
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)