From 9984d3b586f231c45b1d10528da7de77623285ce Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 23 Aug 2024 15:15:57 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83]?= =?UTF-8?q?=20=E6=A0=91=E8=8A=82=E7=82=B9=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/standardRegulationLibraryApi.js | 3 + .../profileCenter/ProfileCenterList.vue | 62 ++++++++++++++++++- 2 files changed, 63 insertions(+), 2 deletions(-) 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" />