mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化报修图片
This commit is contained in:
parent
60262cef30
commit
84c5b779ea
@ -40,10 +40,12 @@
|
||||
}
|
||||
});
|
||||
vc.on('editOwnerRepair', 'openEditOwnerRepairModal', function (_params) {
|
||||
|
||||
vc.component.refreshEditOwnerRepairInfo();
|
||||
vc.copyObject(_params, vc.component.editOwnerRepairInfo);
|
||||
$that._changeEditRepairObjType();
|
||||
$('#editOwnerRepairModel').modal('show');
|
||||
vc.copyObject(_params, vc.component.editOwnerRepairInfo);
|
||||
|
||||
vc.component.editOwnerRepairInfo.communityId = vc.getCurrentCommunity().communityId;
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user