Commit 1c9eb886 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

去掉新增按钮

parent ec21cc31
...@@ -127,9 +127,6 @@ const DeliveryNoticeManageB2B: React.FC = () => { ...@@ -127,9 +127,6 @@ const DeliveryNoticeManageB2B: React.FC = () => {
<NiceForm <NiceForm
actions={formActions} actions={formActions}
onSubmit={values => ref.current.reload(values)} onSubmit={values => ref.current.reload(values)}
expressionScope={{
controllerBtns,
}}
effects={($, actions) => { effects={($, actions) => {
useStateFilterSearchLinkageEffect( useStateFilterSearchLinkageEffect(
$, $,
......
...@@ -123,9 +123,7 @@ const DeliveryNoticeManageSRM: React.FC = () => { ...@@ -123,9 +123,7 @@ const DeliveryNoticeManageSRM: React.FC = () => {
<NiceForm <NiceForm
actions={formActions} actions={formActions}
onSubmit={values => ref.current.reload(values)} onSubmit={values => ref.current.reload(values)}
expressionScope={{
controllerBtns,
}}
effects={($, actions) => { effects={($, actions) => {
useStateFilterSearchLinkageEffect( useStateFilterSearchLinkageEffect(
$, $,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment