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