diff --git a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue index 2fdc5b230..c8ee5d574 100644 --- a/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue +++ b/src/views/modules/shequzhili/xiangmu/cpts/project-info.vue @@ -1050,7 +1050,7 @@ export default { if (data.projectStatus == "pending") { this.getMyDepartmentList(); - this.getAssistanceUnitList(); + // this.getAssistanceUnitList(); if (data.returnable) { this.getReturnableList(); } @@ -1094,19 +1094,19 @@ export default { }, //加载组织数据 - async getAssistanceUnitList () { - const url = "/heart/icpartyunit/assistanceUnitList"; - - const { data, code, msg } = await requestPost(url, { - // projectId: this.projectIdCopy, - }); - - if (code === 0) { - this.assistanceUnitList = data; - } else { - this.$message.error(msg); - } - }, + // async getAssistanceUnitList () { + // const url = "/heart/icpartyunit/assistanceUnitList"; + + // const { data, code, msg } = await requestPost(url, { + // // projectId: this.projectIdCopy, + // }); + + // if (code === 0) { + // this.assistanceUnitList = data; + // } else { + // this.$message.error(msg); + // } + // }, //加载组织数据 async getIssueInfo () {