From b0721b97178496465c5ddecbe71a31171cdb383e Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 5 Mar 2024 17:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=A4=8D=E5=88=B6=E8=AE=A1=E5=88=92=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=95=86=E5=93=81=E7=8E=B0=E5=9C=A8=E4=B8=8D=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/combining/index.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/combining/index.jsx b/src/components/combining/index.jsx index ddd06bb0..23038353 100644 --- a/src/components/combining/index.jsx +++ b/src/components/combining/index.jsx @@ -181,6 +181,9 @@ const Combining = forwardRef((props, ref) => { obj.origin = obj.only obj.send_num = item.send_num obj.checked = true + if (state.keyPcType == 2) { + delete item.id + } return obj })