zengh
2022-05-26 89c00344ccc002d3ac92b6d3f979f5e99cb6357c
src/views/system/user.vue
@@ -1173,6 +1173,9 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      if (this.userInfo.role_name != "administrator"){
        params["jurisdiction"] = this.userInfo.workjurisdiction;
      }
      this.loading = true;
      getList(
        page.currentPage,