Commit d16f6558 authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡模块bug修复

parent 845174ed
......@@ -28,7 +28,7 @@ const CardAdd = (props: any) => {
message.success('Operation Success!');
setLoading(false);
ResultClear(module, dispatch);
history.goBack();
history.push('/CommercialService/AccessCardApplication');
} else {
message.error('Operation Fail!');
setLoading(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment