From 20b87b7eab9c600e2445548c4306ea1b8b37b275 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期一, 06 十二月 2021 12:29:50 +0800
Subject: [PATCH] update#131467: [滿意度評分功能]-客戶進行滿意度評分API串接

---
 PAMapp/pages/myConsultantList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/pages/myConsultantList.vue b/PAMapp/pages/myConsultantList.vue
index d935c8d..061ee19 100644
--- a/PAMapp/pages/myConsultantList.vue
+++ b/PAMapp/pages/myConsultantList.vue
@@ -26,8 +26,8 @@
 
 <script lang='ts'>
 import { Vue, Component, Watch, State, Action } from 'nuxt-property-decorator';
-import { Route } from 'vue-router/types/router.d'
-import { Consultants } from '~/assets/ts/api/consultant';
+import { Route } from 'vue-router/types/router.d';
+import { Consultants } from '~/assets/ts/models/consultant.model';
 
 @Component
 export default class myConsultantList extends Vue {

--
Gitblit v1.8.0