admin/src/views/business/visits.vue
@@ -119,6 +119,7 @@ import TableLayout from '@/layouts/TableLayout' import Pagination from '@/components/common/Pagination' import OperaVisitsDesWindow from '@/components/business/OperaVisitsDesWindow' import {level, visitCancel} from "@/api/business/staging"; export default { name: 'Visits', @@ -158,7 +159,7 @@ }) }).catch(() => { }); }) }, cancel(id) { this.$confirm('确定取消预约吗, 是否继续?', '提示', { @@ -173,8 +174,8 @@ }) }).catch(() => { }); }, }) } } } </script>