Commit c09d8767 by 黑潮

fix: ecm

parent f942ffc8
......@@ -428,6 +428,17 @@ export default {
this.checked = ['lastCost_day'];
}
}
if (result.analyseJson) {
this.analyseConfig = JSON.parse(result.analyseJson);
} else {
this.analyseConfig = {
open_flag: 0,
crowd_flag: 0,
crowd_send: 4,
crowd_no_send: 1,
marke_days: 14
};
}
} else if (this.isInit) {
this.ecmPlanId = res.result.templateEcmPlanId || '';
}
......@@ -494,9 +505,6 @@ export default {
this.form.storedLowest = cost.lowest_cost;
this.form.storedMax = cost.max_cost;
}
if (this.xsxsFlag && result && result.analyseJson) {
this.analyseConfig = JSON.parse(result.analyseJson);
}
}
if (!this.form.templateUseEnable) return;
let template = null;
......
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