MrShi
2025-04-16 090ea2c7d46a7082e978e6c0134d3fbeafaa34a0
h5/pages/staff/task/visitorApprove.vue
@@ -140,7 +140,8 @@
<script>
   import {
      getVisitedDetail, // 访客预约详情
      carUseBookAppr
      carUseBookAppr,
      visitsCancel
   } from '@/api'
   export default {
      data() {
@@ -195,6 +196,7 @@
         // 取消预约
         cancel() {
            visitsCancel(this.id).then(res => {
               this.cancelShow = false
               this.getDetail()
            })
         },