[update] 联调企标左侧体系树
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user