From 22d7dde706756ce8f84dedb29a93802c541b23df Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 4 Aug 2023 22:32:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=B7=AF=E6=94=BF=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/luzhengmodel.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/client/src/sections/fillion/components/luzhengmodel.js b/web/client/src/sections/fillion/components/luzhengmodel.js index 292e87a2..651c605e 100644 --- a/web/client/src/sections/fillion/components/luzhengmodel.js +++ b/web/client/src/sections/fillion/components/luzhengmodel.js @@ -18,9 +18,10 @@ const LuzhengModel = ({ editData, check, visible, onCancel, dispatch }) => { title="路政信息" open={visible} visible={visible} - cancelButtonProps={{ - disabled: check, - }} + footer={check?null:undefined} + // cancelButtonProps={{ + // disabled: check, + // }} onOk={() => { if (check) { return onCancel()