Commit b1a4f996 by liuchenxi

Merge branch 'feature/销售线索4' of http://git.gicdev.com/marketing-web/marketing into feature/销售线索4

parents 66d14a36 e61068b0
......@@ -227,14 +227,16 @@ export default {
if (this.form.failSetting == 1 && this.form.smsFlag == 0 && this.form.telFlag == 0) {
return this.$message.warning('请至少设置一种群发失败方式');
}
if (qfxx.gicSmsTemplateId == -1) {
this.showWarning = true;
return;
}
if (qfxx.failSetting == 0) {
qfxx.telFlag = 0;
qfxx.smsFlag = 0;
}
if (qfxx.gicSmsTemplateId == -1 && qfxx.smsFlag !== 0) {
this.showWarning = true;
return;
} else {
this.showWarning = false;
}
if (qfxx.telFlag == 0) {
delete qfxx.teltask;
}
......
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