zhengpz
2021-08-25 0bdbae73fd936456991857a1091dc907f5e1f348
src/views/statisticalQueryManagement/securityGuardDetail.vue
@@ -204,7 +204,7 @@
            dicData: [
              {
                label: "否",
                value: 0
                value: 2
              },
              {
                label: "是",
@@ -282,6 +282,7 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      debugger
      this.loading = true;
      params["deptName"] = params["enterpriseName"];
      params["jurisdiction"] = this.jurisdiction;
@@ -305,8 +306,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 +316,3 @@
  }
};
</script>
<style lang="scss" scoped></style>