This commit is contained in:
yanran200730
2021-12-03 10:58:11 +08:00
parent 6a72ed85f5
commit f6f57bc260

View File

@@ -108,8 +108,8 @@ export default {
this.type = this.type
} else if (this.formConfig) {
const res = this.formConfig
this.periodValidityType = res.periodValidityType
this.commitType = res.commitType
this.periodValidityType = res.periodValidityType || '0'
this.commitType = res.commitType || '1'
this.actionNotice = res.actionNotice === '1'
this.dynamicNotice = res.dynamicNotice === '1'