liuyg
2021-09-27 8c6cf205affbbc8ada74f00a7ca25ebca867e9ed
src/views/securityAnalysis/child/socialSecurity.vue
@@ -75,7 +75,7 @@
import { mapGetters } from "vuex";
import { getToken } from "@/util/auth";
export default {
  props: ["card"],
  props: ["card", "reself"],
  data() {
    var card = this.card;
    var deptid,
@@ -401,6 +401,10 @@
          this.deptid;
      }
    },
    reself() {
      this.$refs.crud.refreshTable();
      this.$refs.crud.doLayout();
    },
  },
  computed: {
    ...mapGetters(["permission", "userInfo"]),
@@ -564,6 +568,10 @@
    onLoad(page, params = {}) {
      this.loading = true;
      params["deptid"] = this.deptid;
      if (this.userInfo.role_name == "公安管理员") {
        params["jurisdiction"] = this.userInfo.jurisdiction;
      }
      getList(
        page.currentPage,
        page.pageSize,