src/views/statisticalQueryManagement/securityGuardDetail.vue
@@ -204,7 +204,7 @@ dicData: [ { label: "否", value: 0 value: 2 }, { label: "是", @@ -305,8 +305,8 @@ object[decodeURIComponent(mm[0])] = decodeURIComponent(mm[1]); } let enterpriseName = object["enterpriseName"] || ""; let obj = { enterpriseName: enterpriseName }; this.onLoad(this.page, obj); this.query = { enterpriseName: enterpriseName }; this.onLoad(this.page, this.query); // this.onLoad(this.page, this.query); } }, @@ -315,4 +315,3 @@ } }; </script> <style lang="scss" scoped></style>