上饶市警务平台后台管理前端
zengh
2022-12-07 19f0ab9f4f7361be5d6dafac7c695a8c04da3764
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;