diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 9372e9d99..0583f5cc5 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -864,7 +864,7 @@ content: _this.$t('confirmResetProcess'), onOk() { let idList = JSON.parse(JSON.stringify(_this.selectedRowKeys)) - postAction(_this.url.deleteBatch, { + postAction('/project/projectCertificationInventoryEO/resetFlow', { ids: idList.join(','), projectLibraryId: _this.$route.query.id }).then((res) => {