From 4a356e81b1a456f0cb16f61f548c46171c26c1b6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 十二月 2024 20:10:55 +0800 Subject: [PATCH] 2024-12-05 --- src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx b/src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx index a47a6e2..c0770a2 100644 --- a/src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx +++ b/src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx @@ -60,7 +60,7 @@ <Col span={12}> <Form.Item label="鏂囦欢澶�"> {getFieldDecorator('data_code', { - initialValue: '', + initialValue: files[0] ? files[0].data_code : '', rules: [ { required: true, @@ -131,8 +131,8 @@ message: '璇疯緭鍏ユ枃浠跺悕锛�' }, { - max: 50, - message: '鏈�澶ч暱搴︿负50浣嶏紒' + max: 100, + message: '鏈�澶ч暱搴︿负100浣嶏紒' } ] })(<Input />)} -- Gitblit v1.8.0