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">