From f9384d412c6b612264d757b195f82b38a000b6e9 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 17 十一月 2021 11:09:26 +0800
Subject: [PATCH] update: [預約顧問] 在送出預約表單時,如果選擇的聯絡時段是全天、全時段,則存入'不限日期', '不限時間'

---
 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