diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index 17b4444..c5b4f9b 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -107,7 +107,7 @@ export default { return { applicationFormRule: { applyReason: [{ - max: 1000, message: '申请原因最多填写1000字符' + max: 500, message: '申请原因最多填写500字符' }], power: [{ required: true, diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 90c1eb0..1fda33c 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -168,7 +168,7 @@ export default { }, applicationFormRule: { applyReason: [{ - max: 1000, message: '申请原因最多填写1000字符' + max: 500, message: '申请原因最多填写500字符' }], power: [{ required: true, @@ -187,7 +187,7 @@ export default { trigger: 'change' }], remark: [{ - max: 1000, message: '说明最多填写1000字符' + max: 500, message: '说明最多填写500字符' }] }, prcType: 1,