liuyg
2021-12-25 23450449213a356ab836749a969f1b6426c2b15e
src/views/securityGuard/securityGuard.vue
@@ -1260,6 +1260,16 @@
    };
  },
  watch: {
    // windowHeight() {
    //   let d = {
    //     option: this.option,
    //     fn: function () {
    //       console.log(123);
    //     },
    //     add: 100,
    //   };
    //   this.$store.dispatch("WHchangeHight", d);
    // },
    radio() {
      if (this.radio) {
        this.SFZloding = true;
@@ -1334,7 +1344,7 @@
    },
  },
  computed: {
    ...mapGetters(["userInfo", "permission"]),
    ...mapGetters(["userInfo", "permission", "windowHeight"]),
    permissionList() {
      return {
        addBtn: this.vaildData(this.permission.securityGuard_add, false),