Browse Source

删除测试时打的Log

lighter 4 years ago
parent
commit
65a04182a0
1 changed files with 0 additions and 1 deletions
  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
       })
     })