Commit 1a3ba90a by crushh

Revert "update: 默认90天"

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