Administrator
2022-02-25 d6b1363a1dfe12de9a1a2f2e8d6f3a88d558e13c
src/views/talk/talk.vue
@@ -322,8 +322,12 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      if(this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警" || this.userInfo.role_name == "administrator"){
        params["jurisdiction"] = this.userInfo.jurisdiction;
      }else{
        params["deptid"] = this.userInfo.dept_id;
      }
      this.loading = true;
      // console.log(1);
      getList(
        page.currentPage,
        page.pageSize,