From cb9f486814b855938e38eabe1211196448a65b2d Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 19 Sep 2023 09:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=20=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BA=A4=E4=BB=98=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certificationList/components/referenceDeliverablesList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/referenceDeliverablesList.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/referenceDeliverablesList.vue index e67700add..ff924378a 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/referenceDeliverablesList.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/certificationList/components/referenceDeliverablesList.vue @@ -144,7 +144,7 @@ ...this.queryParam } this.loading = true - postAction('platform/projectLibraryBase/page', query).then((res) => { + postAction('project/projectLibraryBase/page', query).then((res) => { if (res.success) { this.dataList = res.result.records || [] this.total = res.result.total