zengh
2022-05-26 89c00344ccc002d3ac92b6d3f979f5e99cb6357c
src/views/activitys/real_px.vue
@@ -954,6 +954,9 @@
    },
    onLoad(page, params = {}) {
      params["tasktype"] = "2"; // 治安防范培训
      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;