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){