From f47dc0d87ca80502bf0425fcc2f18754e924cd80 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 14 Aug 2024 16:49:12 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=9B=BD=E6=A0=87=E4=BD=93=E7=B3=BB?= =?UTF-8?q?=E6=A0=91=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 + .../domesticStandard/DomesticStandardList.vue | 109 +++++++++++++++++- 2 files changed, 107 insertions(+), 5 deletions(-) diff --git a/src/api/standardRegulationLibraryApi.js b/src/api/standardRegulationLibraryApi.js index d3602c3e..661c05b0 100644 --- a/src/api/standardRegulationLibraryApi.js +++ b/src/api/standardRegulationLibraryApi.js @@ -20,6 +20,8 @@ const addDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNod const editDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/edit', params) // 国内标准-体系删除 const deleteDomesticSystemTree = (params) => postAction('/laws/standard/lawsTreeNode/domestic/delete', params) +// 国内标准-体系拖拽排序后保存 +const domesticSystemTreeSortSave = (params) => getAction('', params) // 国内标准-配置标准 const configDomesticStandard = (params) => getAction('/laws/standard/domestic/relatedStandard', params) // 国内标准-移出标准 @@ -112,6 +114,7 @@ export { addDomesticSystemTree, editDomesticSystemTree, deleteDomesticSystemTree, + domesticSystemTreeSortSave, configDomesticStandard, removeDomesticStandard, getDomesticStandardTree, diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index f76382e2..1b23685a 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -9,9 +9,11 @@ + :selected-keys="selectedTreeKeys" + @drop="onDropCataSort">