diff --git a/src/api/standardRegulationLibraryApi.js b/src/api/standardRegulationLibraryApi.js index 661c05b0..53046298 100644 --- a/src/api/standardRegulationLibraryApi.js +++ b/src/api/standardRegulationLibraryApi.js @@ -93,6 +93,8 @@ const addProfileCenterTree = (params) => postAction('/laws/dataCenter/lawsDataCe const addChildrenFolder = (params) => postAction('/laws/dataCenter/lawsDataCenterFolder/addChild', params) // 资料中心-编辑树节点 const editProfileCenterTree = (params) => postAction('/laws/dataCenter/lawsDataCenterFolder/edit', params) +// 资料中心-编辑树节点排序 +const editSortProfileCenterTree = (params) => postAction('/laws/dataCenter/lawsDataCenterFolder/editLevel', params) // 资料中心-删除树节点 const deleteProfileCenterTree = (params) => postAction('/laws/dataCenter/lawsDataCenterFolder/delete', params) // 资料中心-获取树节点树 @@ -157,6 +159,7 @@ export { editProfileCenterTree, deleteProfileCenterTree, getProfileCenterTree, + editSortProfileCenterTree, getStandardInfoByStandardNumber } diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index bafebc63..450d0c7b 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -7,7 +7,12 @@ @search="handleTreeSearch" />