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;