Browse Source

修改自提点列表

pangqijun 1 year ago
parent
commit
10f29baab4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/groupon/selftake.vue

+ 1 - 0
src/views/groupon/selftake.vue

@@ -303,6 +303,7 @@
       },
       onLoad(page, params = {}) {
         this.loading = true;
+        this.query.isAdmin = "true";
         getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
           const data = res.data.data;
           this.page.total = data.total;