lighter 1 年間 前
コミット
ff097ae906
1 ファイル変更0 行追加1 行削除
  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)
   })
 }