src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -299,9 +299,9 @@ let mm = urlArr[i].split("="); object[decodeURIComponent(mm[0])] = decodeURIComponent(mm[1]); } const deptid = object["departmentid"] || ""; this.deptid = object["departmentid"] || ""; let jurisdiction = object["jurisdiction"] || ""; let obj = { jurisdiction: jurisdiction, deptid: deptid }; let obj = { jurisdiction: jurisdiction, deptid: this.deptid }; this.onLoad(this.page, obj); this.onLoad(this.page, this.query); }