Browse Source

删除log

lighter 10 tháng trước cách đây
mục cha
commit
ff097ae906
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/clinic/interactive/ComplaintsAndSuggestions.vue

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

@@ -92,7 +92,6 @@ const searchComplaints = () => {
   requestParams.end = format.endTime
   selectAllComplaints(requestParams).then(res=>{
     complaints.value = res
-    console.log(res)
   })
 }