From 79cc0f28ae49c096a2ca74277c8e0dac2a7beaef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 4 May 2023 10:32:28 +0800 Subject: [PATCH] =?UTF-8?q?glcc=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0=E6=8A=A5=E5=90=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/glcc/apply/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glcc/apply/index.jsx b/src/glcc/apply/index.jsx index 07ddfb38a..48c6b0705 100644 --- a/src/glcc/apply/index.jsx +++ b/src/glcc/apply/index.jsx @@ -81,7 +81,7 @@ function Apply(props) { }) } }) - }, []) + }, [reload]) // 当用户输入结束时 检验用户输入是否符合规范 function verify(dataIndex){