@@ -9,6 +9,7 @@
<vc:create name="viewFloorInfo"
callBackListener="addComplaintStep"
callBackFunction="notify"
+ showAddFloorButton="false"
></vc:create>
</div>
<div v-if="addComplaintStepInfo.index == 1">
@@ -16,6 +16,9 @@
_initEvent: function () {
vc.on("addComplaintStep", "notify", function (_info) {
vc.component.addComplaintStepInfo.infos[vc.component.addComplaintStepInfo.index] = _info;
+ if(vc.component.addComplaintStepInfo.index == 0){
+ vc.emit('searchRoom','listenerFloorInfo',_info);
+ }
});
},