Commit d838cb18 authored by 陈明豪's avatar 陈明豪

bug修改

parent 42f4d814
......@@ -145,9 +145,9 @@ export default {
],
// 文章权重判空校验
articleWeight: [
{ required: true, message: '请输入权重', trigger: 'change' },
{ validator: weightValidator, trigger: 'change' },
{ min: 1, max: 9999, type: 'number', message: '权重需要在1~9999之间', trigger: 'change' }
{ required: true, message: '请输入权重', trigger: 'blur' },
{ validator: weightValidator, trigger: 'blur' },
{ min: 1, max: 9999, type: 'number', message: '权重需要在1~9999之间', trigger: 'blur' }
],
// 文章封面判空校验
articleCover: [
......
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