Commit 7a4ece7c by crushh

Revert "Revert "update: 默认90天""

This reverts commit 1a3ba90a.
parent 397bef14
......@@ -56,7 +56,7 @@ export default {
title: '',
lateDays: '',
content: '',
invalidDay: 30
invalidDay: 90
},
rules: {
title: { required: true, type: 'string', message: '话务任务标题不能为空', trigger: 'blur' },
......@@ -74,7 +74,7 @@ export default {
title: '',
lateDays: '',
content: '',
invalidDay: 30
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