Commit 197efae8 by crushh

update: dist

parent 8b214e0e
......@@ -490,12 +490,15 @@ export default {
this.hasSearchData = result.filterJson || '{}';
}
if (this.form.effectType === 1) {
commonScene.brithday_day == -1 ? (this.form.brithday_dayval = -1) : (this.form.brithday_dayval = 1);
if (commonScene.brithday_day != 0) {
commonScene.brithday_day == -1 ? (this.form.brithday_dayval = -1) : (this.form.brithday_dayval = 1);
}
this.form.brithday_day = commonScene.brithday_day;
this.form.brithday_type = commonScene.brithday_type || 1;
this.form.attention_day = commonScene.attention_day;
this.form.lastCost_day = commonScene.lastCost_day;
if (this.form.brithday_day == 0 || this.form.brithday_day) {
if (this.form.brithday_day != 0) {
this.checked = ['brithday_day'];
} else if (this.form.attention_day) {
this.checked = ['attention_day'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment