src/views/securityUnitOperation/operationTable.vue
@@ -299,8 +299,8 @@ } let jurisdiction = object["jurisdiction1"] || ""; let enterpriseName = object["enterpriseName"] || ""; let obj = { jurisdiction: jurisdiction, enterpriseName: enterpriseName }; this.onLoad(this.page, obj); this.query = { jurisdiction: jurisdiction, enterpriseName: enterpriseName }; this.onLoad(this.page, this.query); } }, mounted() {