From 6a834d446e039a4947a6c5d55cc28dcd1f36bdd4 Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 16 Jul 2020 18:34:06 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=8F=91=E5=B8=83=E7=BC=96=E8=BE=91=E5=90=8E=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=AD=A3=E5=B8=B8=E5=8F=91=E5=B8=83=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/request/Ext2Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/request/Ext2Form.js b/spug_web/src/pages/deploy/request/Ext2Form.js index 8701167..a04a9ed 100644 --- a/spug_web/src/pages/deploy/request/Ext2Form.js +++ b/spug_web/src/pages/deploy/request/Ext2Form.js @@ -77,7 +77,7 @@ class Ext2Form extends React.Component { )} - {getFieldDecorator('extra', {initialValue: info['extra']})( + {getFieldDecorator('extra', {initialValue: lds.get(info, 'extra.0')})( )}