update 文档拆分-编辑

This commit is contained in:
赵霄
2023-10-18 16:03:53 +08:00
parent 18ebda9fc1
commit 80c72c23ed
3 changed files with 7 additions and 6 deletions
@@ -195,7 +195,7 @@ export default {
hiddenFieldList: ['item_num', 'item_title', 'item_content', 'interpretation_articles'], // 隐藏的字段
disabledFieldList: [], // 禁用的字段
specialPlaceholder: {}, // 特殊的placeholder
optionsData: {}, // 通过接口获取的下拉数据
optionsData: {} // 通过接口获取的下拉数据
// interpretationArticlesList: [] // 条文解读数据
}
},
@@ -259,7 +259,7 @@ export default {
// { id: '', itemContent: null }
// ]
// 是否长期有效默认选否
this.formInline = Object.assign(this.formInline, { is_long_effect: YesOrNoEnum.NO.value })
this.$set(this.formInline, 'is_long_effect', YesOrNoEnum.NO.value)
this.dataList = res.result
this.ruleList = res.result
this.integrateData()