Browse Source

fix 路政管理查看详情页面取消确认按钮去掉

dev
巴林闲侠 1 year ago
parent
commit
22d7dde706
  1. 7
      web/client/src/sections/fillion/components/luzhengmodel.js

7
web/client/src/sections/fillion/components/luzhengmodel.js

@ -18,9 +18,10 @@ const LuzhengModel = ({ editData, check, visible, onCancel, dispatch }) => {
title="路政信息" title="路政信息"
open={visible} open={visible}
visible={visible} visible={visible}
cancelButtonProps={{ footer={check?null:undefined}
disabled: check, // cancelButtonProps={{
}} // disabled: check,
// }}
onOk={() => { onOk={() => {
if (check) { if (check) {
return onCancel() return onCancel()

Loading…
Cancel
Save