mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
修复添加员工bug
This commit is contained in:
parent
881bbab1bd
commit
77eb1ef018
@ -65,7 +65,7 @@
|
||||
vc.toast("处理成功");
|
||||
$('#importOwnerRoomModel').modal('hide');
|
||||
// vc.jumpToPage('/#/pages/property/listOwner')
|
||||
vc.emit('listOwnerRoom', 'listOwnerRoomData', {});
|
||||
vc.emit('room', 'listRoom', {});
|
||||
return;
|
||||
}
|
||||
vc.toast(json, 10000);
|
||||
@ -75,9 +75,6 @@
|
||||
vc.toast(errInfo, 10000);
|
||||
});
|
||||
},
|
||||
_exportRoomFeeTemplate: function() {
|
||||
vc.jumpToPage('/callComponent/importOwnerRoom/exportData?communityId=' + vc.getCurrentCommunity().communityId);
|
||||
},
|
||||
clearAddFeeConfigInfo: function() {
|
||||
// var _feeTypeCds = vc.component.importRoomFeeInfo.feeTypeCds;
|
||||
vc.component.importOwnerRoomInfo = {
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
vc.toast('处理成功');
|
||||
//关闭model
|
||||
vc.jumpToPage("/#/pages/frame/staff");
|
||||
vc.goBack();
|
||||
return;
|
||||
}
|
||||
vc.toast(json);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user