@ -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()