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

去掉新增按钮

parent ec21cc31
......@@ -127,9 +127,6 @@ const DeliveryNoticeManageB2B: React.FC = () => {
<NiceForm
actions={formActions}
onSubmit={values => ref.current.reload(values)}
expressionScope={{
controllerBtns,
}}
effects={($, actions) => {
useStateFilterSearchLinkageEffect(
$,
......
......@@ -123,9 +123,7 @@ const DeliveryNoticeManageSRM: React.FC = () => {
<NiceForm
actions={formActions}
onSubmit={values => ref.current.reload(values)}
expressionScope={{
controllerBtns,
}}
effects={($, actions) => {
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