mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
修改组织
This commit is contained in:
parent
6b415444a0
commit
347d6b6f4b
@ -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) {
|
||||
|
||||
@ -84,7 +84,7 @@
|
||||
<td class="text-center">{{org.orgLevel == 1 ? '无' : org.parentOrgName}}</td>
|
||||
<td class="text-right">
|
||||
<div v-if="org.allowOperation == 'F' && org.belongCommunityId == '9999'">
|
||||
隶属所有小区
|
||||
下辖所有小区
|
||||
</div>
|
||||
<div class="btn-group" v-if="org.allowOperation == 'T'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openEditOrgModel(org)">
|
||||
@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<div class="btn-group" v-if="org.orgLevel == 2 && org.allowOperation == 'T'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openBeyondCommunity(org)">
|
||||
隶属小区
|
||||
下辖小区
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user