From 123435487c0013d22c50dd7bdd4352d7b3869648 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 1 Sep 2022 15:03:46 +0800 Subject: [PATCH] =?UTF-8?q?1)=20=E5=A2=9E=E5=8A=A0=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UseCouponAddEdit/index.jsx | 71 +++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/src/components/UseCouponAddEdit/index.jsx b/src/components/UseCouponAddEdit/index.jsx index 7d785452..7ec3c489 100644 --- a/src/components/UseCouponAddEdit/index.jsx +++ b/src/components/UseCouponAddEdit/index.jsx @@ -211,6 +211,8 @@ const UseCouponAddEdit = forwardRef((props, ref) => { setQuantity(); }, [form_rule_data.reduce, form_rule_data.restrict]); + const table_el = useRef(null); + useImperativeHandle(ref, () => ({ submit: submit, })); @@ -438,6 +440,75 @@ const UseCouponAddEdit = forwardRef((props, ref) => { + + +
+