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