Commit 7a0a326b by crushh

update: 解决冲突

parent b1d66b16
......@@ -54,7 +54,8 @@ export default {
form: {
title: '',
lateDays: '',
content: ''
content: '',
invalidDay: 90
},
rules: {
title: { required: true, type: 'string', message: '话务任务标题不能为空', trigger: 'blur' },
......@@ -70,7 +71,8 @@ export default {
this.form = {
title: '',
lateDays: '',
content: ''
content: '',
invalidDay: 90
};
if (val && this.item.ecmMarketingTypeRelationId) {
console.log('编辑');
......
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