diff --git a/src/views/feedback/Index.jsx b/src/views/feedback/Index.jsx index 1fdaf37..7624832 100644 --- a/src/views/feedback/Index.jsx +++ b/src/views/feedback/Index.jsx @@ -48,15 +48,15 @@ function Index() { const showTotal = total => `Total ${feedbackList.length} items`; useEffect(() => { - feedbackStore.searchFeedbackList(authStore.login.travelAgencyId, referenceNo, search_date_start.format(config.DATE_FORMAT), search_date_end.format(config.DATE_FORMAT) + " 23:59").catch(ex => { - // notification.error({ - // message: `Error`, - // description: ex.message, - // placement: 'top', - // duration: 4, - // }); - console.log(ex.message); - }); + // feedbackStore.searchFeedbackList(authStore.login.travelAgencyId, referenceNo, search_date_start.format(config.DATE_FORMAT), search_date_end.format(config.DATE_FORMAT) + " 23:59").catch(ex => { + // // notification.error({ + // // message: `Error`, + // // description: ex.message, + // // placement: 'top', + // // duration: 4, + // // }); + // console.log(ex.message); + // }); }, []); return (