zhengpz
2021-08-25 0bdbae73fd936456991857a1091dc907f5e1f348
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);
    }