Commit f0bf87b9 authored by cellee's avatar cellee

Merge branch 'final' of http://120.77.240.215:9701/Maple/tostumi.git into final

parents 1421fe2b f1bfb5d9
......@@ -62,7 +62,7 @@ export default {
'menu.commercialservice.renovationapplication': 'Renovation Application',
'menu.commercialservice.accessCardapplication': 'AccessCard Application',
'menu.commercialservice.reportonline': 'Report Online',
'menu.commercialservice.shelflifeservice': 'Shelf life Service',
'menu.commercialservice.shelflifeservice': 'Warranty Period Service',
'menu.ordermanagement': 'Order Management',
'menu.contractmanagement': 'Contract Management',
'menu.communitymanagement': 'Community Management',
......
......@@ -189,6 +189,7 @@ const ServiceProviderManagement = (props: propsType) => {
//页面搜索
const CallBackTitleSearch = (comment: any) => {
console.log(comment);
readyData.serviceCommunityList = comment.serviceCommunityList;
if (comment.status == undefined) {
comment.status = '';
......
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