lighter 2 年之前
父节点
当前提交
e809842e1f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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