update 国内、企标查看标准分解单

This commit is contained in:
赵霄
2023-10-19 18:10:00 +08:00
parent b8ce912002
commit 9a3adf5b07
4 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ export default {
clauseLabelInfo: {}, // 条文标签数据
clauseLabelHideField: ['item_content'],
needDictField: [FieldType.USER_SINGLE.value, FieldType.ORGAN_SINGLE.value, FieldType.STANDARD_MORE.value, FieldType.ORGAN_MORE.value, FieldType.OPTION_SINGLE.value, FieldType.OPTION_MORE.value, FieldType.TREE.value],
splitId: null // 文档拆分处的id
queryParams: {}
}
},
methods: {
@@ -130,7 +130,7 @@ export default {
},
initDetailInfo () {
this.loading = true
previewDocSplit({ id: this.splitId }).then(res => {
previewDocSplit(this.queryParams).then(res => {
if (res.success) {
const data = res.result || {}
this.treeData = data.sarFileSplitMenuEO || []