Skip to content
Snippets Groups Projects
Commit 7f7d37c9 authored by 1437862981's avatar 1437862981
Browse files

执法管理去掉多余弹窗

parent 605977d6
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ const LawEnforcement: React.FC = () => { ...@@ -69,7 +69,7 @@ const LawEnforcement: React.FC = () => {
: 2 : 2
} }
onClick={() => { onClick={() => {
dispatch.push('AdministPunish'); // dispatch.push('AdministPunish');
}} }}
/> />
</div> </div>
...@@ -96,7 +96,7 @@ const LawEnforcement: React.FC = () => { ...@@ -96,7 +96,7 @@ const LawEnforcement: React.FC = () => {
: 2 : 2
} }
onClick={() => { onClick={() => {
dispatch.push('AreaSynergy'); // dispatch.push('AreaSynergy');
}} }}
/> />
</div> </div>
...@@ -122,7 +122,7 @@ const LawEnforcement: React.FC = () => { ...@@ -122,7 +122,7 @@ const LawEnforcement: React.FC = () => {
unitStyle={commonUnitStyle} unitStyle={commonUnitStyle}
style={commonStyle} style={commonStyle}
onClick={() => { onClick={() => {
dispatch.push('DyaPatrol'); // dispatch.push('DyaPatrol');
}} }}
/> />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment