mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化删除 业主信息
This commit is contained in:
parent
9f3c556792
commit
ef6026460e
@ -24,14 +24,14 @@
|
|||||||
emulateJSON: true
|
emulateJSON: true
|
||||||
},
|
},
|
||||||
function(json, res) {
|
function(json, res) {
|
||||||
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
|
let _json = JSON.parse(json);
|
||||||
if (res.status == 200) {
|
if (_json.code == 0) {
|
||||||
//关闭model
|
//关闭model
|
||||||
$('#deleteOwnerModel').modal('hide');
|
$('#deleteOwnerModel').modal('hide');
|
||||||
vc.emit($props.notifyLoadDataComponentName, 'listOwnerData', {});
|
vc.emit($props.notifyLoadDataComponentName, 'listOwnerData', {});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vc.component.deleteOwnernfo.errorInfo = json;
|
vc.toast(_json.msg);
|
||||||
},
|
},
|
||||||
function(errInfo, error) {
|
function(errInfo, error) {
|
||||||
vc.toast(errInfo);
|
vc.toast(errInfo);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user