| | |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <vc:create name="addComplaint" |
| | | callBackListener="" |
| | | callBackFunction="" |
| | | ></vc:create> |
| | | <vc:create name="editComplaint"></vc:create> |
| | | <vc:create name="deleteComplaint"></vc:create> |
| | | |
| | |
| | | ); |
| | | }, |
| | | _openAddComplaintModal: function () { |
| | | vc.emit('addComplaint', 'openAddComplaintModal', {}); |
| | | //vc.emit('addComplaint', 'openAddComplaintModal', {}); |
| | | vc.jumpToPage("/flow/addComplaintStepFlow") |
| | | }, |
| | | _openEditComplaintModel: function (_complaint) { |
| | | vc.emit('editComplaint', 'openEditComplaintModal', _complaint); |