src/views/activitys/real_xc.vue
@@ -928,6 +928,9 @@ }, onLoad(page, params = {}) { params["tasktype"] = "1"; // 治安义务宣传 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;