Commit cde9fa61 authored by Sixiang_Zzb's avatar Sixiang_Zzb

服务商详情页修复

parent 5c9b2f94
...@@ -62,7 +62,7 @@ const ServiceProviderManagement = (props: propsType) => { ...@@ -62,7 +62,7 @@ const ServiceProviderManagement = (props: propsType) => {
SaveChooseData(values); SaveChooseData(values);
if (values.serviceScope === 'Accountant') { if (values.serviceScope === 'Accounting Service') {
history.push(location.pathname + '/AccoutingDetail'); history.push(location.pathname + '/AccoutingDetail');
} else { } else {
history.push(location.pathname + '/Detail'); history.push(location.pathname + '/Detail');
......
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