@@ -113,6 +113,7 @@ const comments = reactive({
})
const handleClickSearch = () => {
formatDateRange()
+ inquiry.isForExport = false
getComments(inquiry).then(res => {
comments.totalSize = res.totalSize
comments.list = res.list