pangqijun 1 жил өмнө
parent
commit
10f29baab4

+ 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;