优化 离散月

This commit is contained in:
Your Name 2023-05-20 13:29:18 +08:00
parent fc1cbffe1a
commit 0d23ba078b

View File

@ -25,14 +25,15 @@
},
function(json, res) {
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
if (res.status == 200) {
let _json = JSON.parse(json);
if (_json.code == 0) {
//关闭model
$('#deletePropertyCommunityModel').modal('hide');
vc.emit('communityManage', 'listPropertyCommunity', {});
vc.emit('propertyCommunity', 'listCommunity', {});
return;
}
vc.toast(json);
vc.toast(_json.msg);
},
function(errInfo, error) {
console.log('请求失败处理');