25144
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user