diff --git a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue index 128379d..03d5480 100644 --- a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue +++ b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue @@ -562,11 +562,15 @@ let inData={ page: 1, limit: 10, - id:id + id:id, + menuId: this.menuId, + userId: this.$store.state.user.name } projectInfoSearch(inData).then(({data}) => { if(data.page.list.length>0){ this.dataForm= data.page.list[0]; + const isReject = String(this.dataForm.isReject || this.dataForm.reject || '').trim().toUpperCase() === 'Y' ? 'Y' : 'N' + this.$set(this.dataForm, 'isReject', isReject) let inData={ site:this.dataForm.site, projectId:this.dataForm.projectId,