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/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 4806cdd..3d9550d 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -44,7 +44,7 @@
 
 <script lang="ts">
   import { Vue, Component, State, Action, Watch } from 'nuxt-property-decorator';
-  import { Consultants } from '~/assets/ts/api/consultant';
+  import { Consultants } from '~/assets/ts/models/consultant.model';
 
   @Component({
     layout: 'home'

--
Gitblit v1.8.0