[update] 修改bug87442
This commit is contained in:
@@ -326,7 +326,7 @@ export default {
|
||||
'formInline.try_flag' (val) {
|
||||
if (val && this.flag === StandardSource.ENTERPRISE.value && !this.isEditSetData) {
|
||||
if (val === IsTrial.YES.value) {
|
||||
// 试行周期给默认值24
|
||||
// 试行周期给默认值12
|
||||
this.formInline.trial_period = '12'
|
||||
this.formInline = JSON.parse(JSON.stringify(this.formInline))
|
||||
// 试行,试行周期必填
|
||||
|
||||
Reference in New Issue
Block a user