From 869da7f0f026f341f00615669f1041180cd7ffa8 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Fri, 25 Oct 2024 15:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AB=E5=8F=B7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lineUp/index.vue | 7 +++---- src/views/lineUp/lineUplist.vue | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 src/views/lineUp/lineUplist.vue 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