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