ll
liukangdong
2024-12-23 5c53a09ff28e5be90af9c1bc0534a4320fc5aec0
admin/src/views/project/components/OperaYwBuildingWindow.vue
@@ -104,7 +104,7 @@
      }
      // 编辑
      this.$nextTick(() => {
        console.log('----');
        console.log('----')
        
        this.getDetail(target.id)
      })
@@ -117,6 +117,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)
        }
      })
    }
  }