This commit is contained in:
yanran200730
2022-07-28 13:43:52 +08:00

View File

@@ -262,6 +262,7 @@
this.isEffectTimeSelect = true this.isEffectTimeSelect = true
this.dialogDate = true this.dialogDate = true
}else { }else {
this.effectType = type
this.getEffect() this.getEffect()
} }
}, },
@@ -327,6 +328,7 @@
this.isEffectTimeSelect = false this.isEffectTimeSelect = false
this.dialogDate = true this.dialogDate = true
}else { }else {
this.departType = type
this.getDepart() this.getDepart()
} }
}, },