update 发起比对接口调整

This commit is contained in:
赵霄
2023-10-20 17:20:23 +08:00
parent 3caf3510c3
commit 940ce9b5d3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const getInterpretationArticlesList = (params) => getAction('/laws/DocumentTool/
// 文档对比-发布/撤回 // 文档对比-发布/撤回
const withdrawPublication = (params) => postAction('/compare/sarFileCompareInfo/changeState', params) const withdrawPublication = (params) => postAction('/compare/sarFileCompareInfo/changeState', params)
// 文档对比-发起对比-获取页面数据 // 文档对比-发起对比-获取页面数据
const getInitComparsionPageData = (params) => getAction('/split/sarFileSplitInfo/page', params) const getInitComparsionPageData = (params) => getAction('/laws/DocumentTool/documentSplit/queryByPage', params)
// 文档对比-发起对比-提交数据 // 文档对比-发起对比-提交数据
const submitInitComparsion = (params) => postAction('/compare/sarFileCompareInfo/fullTextComparison', params) const submitInitComparsion = (params) => postAction('/compare/sarFileCompareInfo/fullTextComparison', params)
// 文档对比-文档对比-一致/保存 // 文档对比-文档对比-一致/保存
@@ -126,7 +126,7 @@ export default {
{ {
title: this.$t('docTool.comparison.oldTextState'), title: this.$t('docTool.comparison.oldTextState'),
width: 150, width: 150,
dataIndex: 'fileTypeLeft' dataIndex: 'fileTypeLeft_dictText'
}, },
// 新文档文本号 // 新文档文本号
{ {
@@ -146,7 +146,7 @@ export default {
{ {
title: this.$t('docTool.comparison.newTextState'), title: this.$t('docTool.comparison.newTextState'),
width: 150, width: 150,
dataIndex: 'fileTypeRight' dataIndex: 'fileTypeRight_dictText'
}, },
// 发布情况 // 发布情况
{ {
@@ -223,7 +223,7 @@ export default {
{ {
title: this.$t('docTool.comparison.textStatus'), title: this.$t('docTool.comparison.textStatus'),
ellipsis: true, ellipsis: true,
dataIndex: 'fileType', dataIndex: 'fileType_dictText',
width: 100 width: 100
}, },
{ {
@@ -256,7 +256,7 @@ export default {
{ {
title: this.$t('docTool.comparison.textStatus'), title: this.$t('docTool.comparison.textStatus'),
ellipsis: true, ellipsis: true,
dataIndex: 'fileType', dataIndex: 'fileType_dictText',
width: 100 width: 100
}, },
{ {