From 89d743c3958442b29fb232ca180f946bd30770fa Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 24 Feb 2023 09:36:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=208530=20=E7=BC=96=E8=BE=91=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E9=A1=B9=E5=88=9B=E5=BB=BA=E5=88=86=E7=BB=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=A4=9A=E4=BD=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sections/patrolManage/components/checkItemsModal.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/patrolManage/components/checkItemsModal.js b/web/client/src/sections/patrolManage/components/checkItemsModal.js index 017950c..5f085e4 100644 --- a/web/client/src/sections/patrolManage/components/checkItemsModal.js +++ b/web/client/src/sections/patrolManage/components/checkItemsModal.js @@ -49,7 +49,7 @@ const CheckItemsModal = ({ visible, onOk, onCancel, curRecord, dispatch }) => { name="form_in_modal" initialValues={{ ...curRecord, - group: curRecord?.check_items_group?.id + group: curRecord?.checkItemsGroup?.id }} > {