From 505f666d3ecf3688778c079a8bbfb366d695cf22 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期五, 12 十一月 2021 17:32:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/PAMapp/pages/myConsultantList/contactedList.vue b/PAMapp/pages/myConsultantList/contactedList.vue
index b317884..8c6d525 100644
--- a/PAMapp/pages/myConsultantList/contactedList.vue
+++ b/PAMapp/pages/myConsultantList/contactedList.vue
@@ -13,14 +13,14 @@
 
 <script lang="ts">
 import { Vue, Component, Prop } from 'nuxt-property-decorator' ;
-import { Agents } from '~/plugins/api/home';
+import { Consultants } from '~/assets/ts/api/consultant';
 
 @Component
 export default class ContactedList extends Vue {
-    @Prop() contactedList!: Agents[];
-    pageList: Agents[] = [];
+    @Prop() contactedList!: Consultants[];
+    pageList: Consultants[] = [];
 
-    changePage(pageList: Agents[]) {
+    changePage(pageList: Consultants[]) {
         this.pageList = pageList;
     }
 }

--
Gitblit v1.8.0