mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
修复单元
This commit is contained in:
parent
68ebb07661
commit
54275d6481
@ -43,6 +43,9 @@
|
||||
methods:{
|
||||
_loadUnits:function(_param){
|
||||
vc.component.unitInfo._currentFloorId=_param.floorId;
|
||||
if(!vc.notNull(_param.floorId)){
|
||||
return;
|
||||
}
|
||||
vc.component.unitInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
|
||||
var param = {
|
||||
params:vc.component.unitInfo.conditions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user