From 8faead462c335b2823339ef87783d535e16e6a64 Mon Sep 17 00:00:00 2001
From: wangailin <wangailin@jd.com>
Date: Wed, 22 Dec 2021 15:10:07 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A1=A8?=
 =?UTF-8?q?=E5=8D=95=E9=A1=B9=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E8=8E=B7?=
 =?UTF-8?q?=E5=8F=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/formFields/custom/index.tsx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/formFields/custom/index.tsx b/src/components/formFields/custom/index.tsx
index 907ae56..046d7e5 100644
--- a/src/components/formFields/custom/index.tsx
+++ b/src/components/formFields/custom/index.tsx
@@ -64,7 +64,8 @@ export default class CustomField extends Field<CustomFieldConfig, {}, any> imple
           onValueListSplice: this.props.onValueListSplice,
           base: this.props.baseRoute,
           loadDomain: this.props.loadDomain,
-          bindValidate: this.bindValidate
+          bindValidate: this.bindValidate,
+          bindGet: this.bindGet
         });
       }
     }
@@ -92,7 +93,8 @@ export default class CustomField extends Field<CustomFieldConfig, {}, any> imple
           onValueListSplice: this.props.onValueListSplice,
           base: this.props.baseRoute,
           loadDomain: this.props.loadDomain,
-          bindValidate: this.bindValidate
+          bindValidate: this.bindValidate,
+          bindGet: this.bindGet
         }
       })
     }
-- 
GitLab