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) } }) } }