From bf968a2dbd6a7563ce42fa8bb321e130dd8b0858 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 7 Jun 2023 16:31:29 +0800 Subject: [PATCH] =?UTF-8?q?6.7=20=E8=AF=84=E5=AE=A1=E9=85=8D=E7=BD=AE-?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=85=B6=E4=BB=96=E6=A0=87=E6=AE=B5-?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E9=81=AE=E7=BD=A9=E8=BF=98=E5=9C=A8?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=BB=A7=E7=BB=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Bid/ReviewConfig/List/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Bid/ReviewConfig/List/index.tsx b/src/pages/Bid/ReviewConfig/List/index.tsx index 426447c..3ff5b06 100644 --- a/src/pages/Bid/ReviewConfig/List/index.tsx +++ b/src/pages/Bid/ReviewConfig/List/index.tsx @@ -256,6 +256,7 @@ const List: React.FC<{}> = () => { actionRef.current.reload(); } } + setSpin(false); } else { message.error('不可引用自身'); setSpin(false);