ll
liukangdong
2024-12-23 5c53a09ff28e5be90af9c1bc0534a4320fc5aec0
admin/src/views/project/components/OperaYwRoomWindow.vue
@@ -101,6 +101,8 @@
      this.title = title
      this.visible = true
      this.getProject()
      this.buildList = []
      this.floorList = []
      // 新建组织
      if (target == null) {
        this.$nextTick(() => {
@@ -143,6 +145,10 @@
    getProject() {
      getProjectList({}).then(res => {
        this.projectList = res || []
        if (this.projectList.length > 0) {
          this.$set(this.form, 'projectId', this.projectList[0].id)
          this.changeProject(this.projectList[0].id)
        }
      })
    },
@@ -150,6 +156,9 @@
      this.form.buildingId = ''
      getBuildList({ projectId: e }).then(res => {
        this.buildList = res || []
        // if(this.buildList.length > 0){
        //   this.form.buildingId = this.buildList[0].id
        // }
      })
    },
    changeBuild(e) {