diff --git a/src/views/lineUp/index.vue b/src/views/lineUp/index.vue
index 3a4275c..840f5cc 100644
--- a/src/views/lineUp/index.vue
+++ b/src/views/lineUp/index.vue
@@ -24,7 +24,7 @@
-
+
-
用户
@@ -122,7 +122,7 @@ export default {
total: 0
},
selecttopType: "",
- list: "",
+ list: [],
dialogVisible: false,
dialogVisibles: false,
profilepictureInfo: "",
@@ -252,13 +252,12 @@ export default {
async getlist() {
const res = await callTablequeue({
shopId: localStorage.getItem('shopId'),
-
page: 1,
size: 9999,
callTableId: this.selecttopType,
state: 0
})
- this.list = res
+ this.list = res.records
}
},
diff --git a/src/views/lineUp/lineUplist.vue b/src/views/lineUp/lineUplist.vue
new file mode 100644
index 0000000..630b002
--- /dev/null
+++ b/src/views/lineUp/lineUplist.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file