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() {