zhengpz
2021-08-24 5b0106f735d208bb9ca887b996cceb13ffa27796
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() {