liuyg
2021-08-30 3a5b850b3dc6df0531d8dd28fa2511f4d73513dd
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() {