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)