update 国内、企标查看标准分解单
This commit is contained in:
@@ -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 || []
|
||||
|
||||
Reference in New Issue
Block a user