From f5b5921e82094af20eec8ffae1e6d6db2506b370 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 28 Sep 2023 09:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E5=BC=95=E7=94=A8=E4=BA=A4=E4=BB=98?= =?UTF-8?q?=E7=89=A9=EF=BC=8C=E5=8F=AA=E5=B1=95=E7=A4=BA=E4=BA=86=E8=BD=A6?= =?UTF-8?q?=E5=9E=8B=E9=A1=B9=E7=9B=AE=E5=BA=93=E6=95=B0=E6=8D=AE?= 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 ff924378a..e14a2a026 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('project/projectLibraryBase/page', query).then((res) => { + postAction('project/projectLibraryBase/quotePage', query).then((res) => { if (res.success) { this.dataList = res.result.records || [] this.total = res.result.total