Commit 56918381 by liuchenxi

update: 模板限制数量

parent 99635238
......@@ -91,7 +91,6 @@ export default {
this.form[key] = this.form[key].split(',').map((el) => +el);
this.disabledCheckBox = this.form[key];
}
if (key == 'maxTemplateCount') this.form['useTemplateCount'] = this.form[key] || 0;
if (key == 'sendSmsType' && this.form[key] != 0) {
this.form['appointChannel'] = this.form[key];
this.form[key] = 1;
......@@ -122,7 +121,6 @@ export default {
if (para.sendSmsType == 1) para.sendSmsType = para.appointChannel;
para.channelSignList = para.channelSignList.toString();
delete para.appointChannel;
delete para.limitTemplateCount;
delete para.channelSort;
delete para.channelSortRes;
delete para.useTemplateCount;
......
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