16 lines
377 B
HTML
16 lines
377 B
HTML
<div >
|
|
|
|
<!-- 业主信息 -->
|
|
<vc:create path="property/viewOwnerInfo"
|
|
callBackListener="deleteOwnerRoom"
|
|
callBackFunction="notify"
|
|
showCallBackButton="true"
|
|
></vc:create>
|
|
|
|
<!-- 业主 房屋信息 -->
|
|
<vc:create path="property/showOwnerRoom"
|
|
deleteOwnerRoomFlag="true"
|
|
></vc:create>
|
|
|
|
</div>
|