lighter 2 years ago
parent
commit
e809842e1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/clinic/interactive/Comments.vue

+ 1 - 0
src/views/clinic/interactive/Comments.vue

@@ -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