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;