onConfirm(value) {
    switch(value) {
      case 'reject':
        this.isShowModal = false;
        break;