update 文档拆分-编辑
This commit is contained in:
@@ -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 = ''
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user