src/views/system/user.vue
@@ -967,6 +967,11 @@ }, onLoad(page, params = {}) { this.loading = true; if (this.userInfo.role_name != "admin" && this.userInfo.role_name != "administrator"){ params["jurisdiction"] = this.userInfo.dept_id; } getList(page.currentPage, page.pageSize, Object.assign(params, this.query), this.treeDeptId).then(res => { const data = res.data.data; this.page.total = data.total;