zengh
2022-05-26 89c00344ccc002d3ac92b6d3f979f5e99cb6357c
src/views/activitys/real.vue
@@ -928,6 +928,9 @@
    },
    onLoad(page, params = {}) {
      params["tasktype"] = "0"; // 治安巡查
      if (this.userInfo.role_name != "administrator"){
        params["jurisdiction"] = this.userInfo.workjurisdiction;
      }
      getList(page.currentPage, page.pageSize, params).then((res) => {
        const data = res.data.data;
        this.page.total = data.total;