Browse Source

删除测试时打的Log

lighter 4 năm trước cách đây
mục cha
commit
65a04182a0

+ 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
       })
     })