Commit b20de5a0 by caoyanzhi

fix 修复群发任务bug

parent 0384d3bf
......@@ -354,7 +354,8 @@ export default {
this.form.teltask = {
title: item.title,
content: item.content,
lateDays: item.lateDays
lateDays: item.lateDays,
invalidDay: item.invalidDay
};
this.form.telFlag = 1;
this.onChangeFailSetting(true);
......
......@@ -87,7 +87,7 @@ export default {
console.log(val);
if (val) {
console.log(val);
this.$emit('sendItem', this.form);
this.$emit('sendItem', JSON.parse(JSON.stringify(this.form)));
this.close();
}
});
......
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