[update] 修改bug87442

This commit is contained in:
lideqin
2024-07-25 18:16:01 +08:00
parent 6f367a6625
commit 7499ee62dc
5 changed files with 67 additions and 147 deletions
+1 -1
View File
@@ -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))
// 试行,试行周期必填