修复添加员工bug

This commit is contained in:
java110 2022-03-08 09:34:50 +08:00
parent 881bbab1bd
commit 77eb1ef018
2 changed files with 2 additions and 5 deletions

View File

@ -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 = {

View File

@ -105,7 +105,7 @@
vc.toast('处理成功');
//关闭model
vc.jumpToPage("/#/pages/frame/staff");
vc.goBack();
return;
}
vc.toast(json);