diff --git a/public/components/property/addSmallWeChat/addSmallWeChat.js b/public/components/property/addSmallWeChat/addSmallWeChat.js index 6e57dd1f9..bcd5a3db1 100644 --- a/public/components/property/addSmallWeChat/addSmallWeChat.js +++ b/public/components/property/addSmallWeChat/addSmallWeChat.js @@ -124,7 +124,8 @@ }, function (json, res) { //vm.menus = vm.refreshMenuActive(JSON.parse(json),0); - if (res.status == 200) { + let _json = JSON.parse(json) + if (_json.status == '0') { //关闭model $('#addSmallWeChatModel').modal('hide'); vc.component.clearAddSmallWeChatInfo(); @@ -132,7 +133,7 @@ return; } - vc.message(json); + vc.message(_json.msg); }, function (errInfo, error) { diff --git a/public/pages/frame/orgManage/orgManage.html b/public/pages/frame/orgManage/orgManage.html index 0d43b324a..0fd25eeb6 100644 --- a/public/pages/frame/orgManage/orgManage.html +++ b/public/pages/frame/orgManage/orgManage.html @@ -84,7 +84,7 @@ {{org.orgLevel == 1 ? '无' : org.parentOrgName}}
- 隶属所有小区 + 下辖所有小区