zhengpz
2021-08-24 5b0106f735d208bb9ca887b996cceb13ffa27796
src/views/statisticalQueryManagement/companyDetails.vue
@@ -378,8 +378,8 @@
        object[decodeURIComponent(mm[0])] = decodeURIComponent(mm[1]);
      }
      let deptid = object["deptid"] || "";
      let obj = { deptid: deptid };
      this.onLoad(this.page, obj);
      this.query = { deptid: deptid };
      this.onLoad(this.page, this.query);
    }
  },
  mounted() {