java110
2020-02-26 fa0b23dd73d57f3460e878fa9d990ec7440baae9
WebService/src/main/resources/components/complaintPackage/addComplaintStep/addComplaintStep.html
@@ -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 +17,11 @@
                   callBackListener="addComplaintStep"
                   callBackFunction="notify"
        ></vc:create>
        <vc:create name="searchRoom"
                   emitChooseRoom="sellRoomSelectRoom"
                   emitLoadData="sellRoomOther"
                   roomFlag="1"
        ></vc:create>
    </div>
    <div v-if="addComplaintStepInfo.index == 2">
        <vc:create name="addComplainView"