From 3b22d151144f8c2fa9f899e9b48acb4cd51e8431 Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 3 Mar 2023 15:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2,=E6=B3=A8=E9=87=8A=E8=B0=83=E7=94=A8=E5=8D=8F?= =?UTF-8?q?=E5=8A=9E=E5=8D=95=E4=BD=8D=E7=9B=B8=E5=85=B3=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shequzhili/xiangmu/cpts/project-info.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) 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 () {