From 8925275188dd075d96f5cc24c0a9eefffc88824e Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期二, 30 十一月 2021 11:19:47 +0800 Subject: [PATCH] [ Update ] http 錯誤控制處理 --- PAMapp/components/Client/ClientList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Client/ClientList.vue b/PAMapp/components/Client/ClientList.vue index b2c541f..11a77d1 100644 --- a/PAMapp/components/Client/ClientList.vue +++ b/PAMapp/components/Client/ClientList.vue @@ -17,7 +17,7 @@ <script lang='ts'> import { Vue, Component, Prop } from 'nuxt-property-decorator'; -import { ClientInfo } from '~/assets/ts/api/consultant'; +import { ClientInfo } from '~/assets/ts/api/appointment'; @Component export default class ClientList extends Vue { -- Gitblit v1.8.0