|
|
@@ -11,7 +11,7 @@ main.f-col.start.w-full
|
|
11
|
11
|
import sidebar from '../components/Sidebar.vue'
|
|
12
|
12
|
import mainNav from '../components/MainNav.vue'
|
|
13
|
13
|
import profileCardList from '../components/ProfileCardList.vue'
|
|
14
|
|
-import { fetchSurveyByProfileId } from '../services'
|
|
|
14
|
+import { fetchQueueByProfileId } from '../services'
|
|
15
|
15
|
|
|
16
|
16
|
import batch_10 from '../../../backend/db/generated/_batch_10.js.ref'
|
|
17
|
17
|
import batch_20 from '../../../backend/db/generated/_batch_20.js.ref'
|
|
|
@@ -29,7 +29,8 @@ export default {
|
|
29
|
29
|
// this.mypid = auth.currentUser?.mypid || "99999";
|
|
30
|
30
|
this.mypid = 21
|
|
31
|
31
|
this.processProfiles()
|
|
32
|
|
- // this.queueList = fetchQueueByProfileId(mypid)
|
|
|
32
|
+ this.queueList = fetchQueueByProfileId(mypid)
|
|
|
33
|
+ console.log('queueList', queueList)
|
|
33
|
34
|
},
|
|
34
|
35
|
methods: {
|
|
35
|
36
|
parseBatch(allBatches) {
|