From 42ddba4c235e1db44e17b525698f89450a4289a4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 07 八月 2023 16:44:11 +0800
Subject: [PATCH] 2023-08-07

---
 src/tabviews/custom/components/module/voucher/resetAttach/addAttach/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 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..2f1954d 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,

--
Gitblit v1.8.0