From 621061d7c75436947ce52048d41589af395ecbf5 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 19 Jul 2024 17:32:41 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=9F=A5=E7=9C=8B=E5=88=86=E8=A7=A3?= =?UTF-8?q?=E5=8D=95=E7=BB=84=E4=BB=B6]=20=E7=82=B9=E5=87=BB=E6=A0=87?= =?UTF-8?q?=E5=87=86=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E7=9A=84=E8=A7=A3=E8=AF=BB=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/documentToolApi.js | 3 +++ src/components/StandardResolutionSheet.vue | 28 ++++++++++++++++++---- 2 files changed, 26 insertions(+), 5 deletions(-) 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.fileName }}》 + {{ spiltInfo.serialNumber }}《{{ spiltInfo.fileName }}》 {{ isContainerExpand ? $t('putAway') : $t('open') }} @@ -155,8 +155,8 @@
- -
{{ clause.dbFieldTxt }} +
@@ -199,7 +199,7 @@