[update] 外标,企标左侧树拖拽排序

This commit is contained in:
lideqin
2024-08-28 10:12:28 +08:00
parent 7f7c6ded30
commit 089e06e559
3 changed files with 263 additions and 11 deletions
+3
View File
@@ -16,6 +16,8 @@ const allocationStandardList = (params) => getAction('/laws/standard/common/getS
const shiftStandard = (params) => getAction('/laws/standard/enterprise/removeStandard', params)
// 获取左侧树列表
const getTreeList = (params) => getAction('/laws/standard/lawsTreeNode/enterprise', params)
// 左侧树编辑
const editTreeNode = (params) => postAction('/laws/standard/lawsTreeNode/enterprise/edit', params)
// 左侧树删除
const deleteTreeNode = (params) => postAction('/laws/standard/lawsTreeNode/enterprise/delete', params)
// 临时权限设置
@@ -69,6 +71,7 @@ export {
allocationStandardList,
shiftStandard,
getTreeList,
editTreeNode,
deleteTreeNode,
temporaryPermissionSet,
collectStandard,