outaozhen 3 năm trước cách đây
mục cha
commit
051a1d53b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Business/ProcessUser/index.tsx

+ 1 - 1
src/pages/Business/ProcessUser/index.tsx

@@ -108,7 +108,7 @@ const ProcessUser = props => {
   }, [])
 
   const form = createForm({
-    initialValues: {},
+    initialValues: state.approvalAccountDetail,
     effects() {
       onFieldReact('receiver.receiverInstitutionID', async field => {
         if (!field.dataSource?.length) {