Explorar o código

删除测试时打的Log

lighter %!s(int64=4) %!d(string=hai) anos
pai
achega
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
       })
     })