diff --git a/src/api/documentToolApi.js b/src/api/documentToolApi.js index 29db5ea..e68c2b9 100644 --- a/src/api/documentToolApi.js +++ b/src/api/documentToolApi.js @@ -48,6 +48,8 @@ const editClauseTreeNode = (params) => postAction('/split/sarFileSplitMenu/updat const copyClause = (params) => getAction('/laws/DocumentTool/documentSplit/copyDocumentSplitDetail', params) // 文档拆分-编辑-获取条文解读数据 const getInterpretationArticlesList = (params) => getAction('/laws/DocumentTool/documentSplit/queryInterpretationArticlesList', params) +// 标准对应的解读信息 +const getStandardInterpretation = (params) => postAction('/laws/DocumentTool/documentSplit/queryDocumentSplitDetailList', params) // 文档对比-发布/撤回 const withdrawPublication = (params) => postAction('/compare/sarFileCompareInfo/changeState', params) @@ -126,6 +128,7 @@ export { editClauseTreeNode, copyClause, getInterpretationArticlesList, + getStandardInterpretation, // 文档比对 withdrawPublication, diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index 6abf25f..00b1303 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -104,7 +104,7 @@ {{ spiltInfo.serialNumber }} - {{ spiltInfo.serialNumber }}《{{ spiltInfo.fileName }}》 + {{ spiltInfo.serialNumber }}《{{ spiltInfo.fileName }}》 {{ isContainerExpand ? $t('putAway') : $t('open') }} @@ -155,8 +155,8 @@ - {{ clause.dbFieldTxt }} - {{ clause.dbFieldTxt }} + @@ -199,7 +199,7 @@