瀏覽代碼

删除测试时打的Log

lighter 4 年之前
父節點
當前提交
65a04182a0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/hospital-service/health-cart/BookableExaminations.vue

+ 0 - 1
src/views/hospital-service/health-cart/BookableExaminations.vue

@@ -53,7 +53,6 @@ export default {
     }
     onMounted(() => {
       getBookableData(tableName).then((res) => {
-        console.log(res)
         examItems.value = res
       })
     })