From 2fceb76eac560b8661d7f0677599400868fb1f1e Mon Sep 17 00:00:00 2001 From: xingyongchun Date: Thu, 28 Jul 2022 21:20:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A5=E6=A2=81=E7=BC=96=E8=BE=91=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/infor/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/fillion/components/infor/details.js b/web/client/src/sections/fillion/components/infor/details.js index a8a125a7..303e1dd2 100644 --- a/web/client/src/sections/fillion/components/infor/details.js +++ b/web/client/src/sections/fillion/components/infor/details.js @@ -171,7 +171,7 @@ const UserModal = (props) => { if (rewkeys === 'bridge') { if (typecard == '111') { setDelet(values) - const query = { ...values, roadId: records?.[0]?.value || '' } + const query = { ...values, bridgeId: records?.[0]?.value || '' } dispatch(putBridge(query)).then((res) => { })