[update] 联调企标左侧体系树

This commit is contained in:
lideqin
2023-09-12 15:04:43 +08:00
parent be61531ee1
commit 7b56d2e753
5 changed files with 245 additions and 31 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
import { getAction } from './manage'
import { getAction, postAction } from './manage'
// 获取表格头部数据
const getEnterpriseStandardTableHeader = (params) => getAction('/laws/standard/enterprise/getCommonHeader', params)
@@ -13,7 +13,9 @@ const allocationStandard = (params) => getAction('', params)
// 移出标准
const shiftStandard = (params) => getAction('', params)
// 获取左侧树列表
const getTreeList = (params) => getAction('', params)
const getTreeList = (params) => getAction('/laws/standard/lawsTreeNode/enterprise', params)
// 左侧树删除
const deleteTreeNode = (params) => postAction('/laws/standard/lawsTreeNode/enterprise/delete', params)
// 发起变更
const initChange = (params) => getAction('', params)
// 临时权限设置
@@ -46,6 +48,7 @@ export {
allocationStandard,
shiftStandard,
getTreeList,
deleteTreeNode,
initChange,
temporaryPermissionSet,
collectStandard,