jihongshun
2 天以前 f03ea598d39abceac4eeb5f3a10b1fe7dd706b2c
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)