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
@@ -442,7 +442,10 @@ export default {
this.formInline = Object.assign({}, res.result)
// 是否长期有效默认选否
if (!this.formInline.is_long_effect) {
this.formInline.is_long_effect = YesOrNoEnum.NO.value
this.$set(this.formInline, 'is_long_effect', YesOrNoEnum.NO.value)
}
if (!this.formInline.interpretation_articles) {
this.formInline.interpretation_articles = ''
}
}
})