tangzy
2021-08-27 c8a9c92eeaf0c41a9105d492d9d662b6b92e7ebd
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() {