[update 拆分编辑] 左侧树节点可拖拽
This commit is contained in:
@@ -52,6 +52,8 @@ const copyClause = (params) => getAction('/laws/DocumentTool/documentSplit/copyD
|
||||
const getInterpretationArticlesList = (params) => getAction('/laws/DocumentTool/documentSplit/queryInterpretationArticlesList', params)
|
||||
// 标准对应的解读信息
|
||||
const getStandardInterpretation = (params) => postAction('/laws/DocumentTool/documentSplit/queryDocumentSplitDetailList', params)
|
||||
// 文档拆分-编辑-拖拽节点
|
||||
const dragClauseTreeNode = (params) => getAction('/split/sarFileSplitMenu/updateMenuLevel', params)
|
||||
|
||||
// 文档对比-发布/撤回
|
||||
const withdrawPublication = (params) => postAction('/compare/sarFileCompareInfo/changeState', params)
|
||||
@@ -135,6 +137,7 @@ export {
|
||||
copyClause,
|
||||
getInterpretationArticlesList,
|
||||
getStandardInterpretation,
|
||||
dragClauseTreeNode,
|
||||
|
||||
// 文档比对
|
||||
withdrawPublication,
|
||||
|
||||
Reference in New Issue
Block a user