保安服务企业管理-验收版本
liuyg
2021-12-06 5a3ace296c010b5c11501dedf252e1c144cda9e2
src/views/securityAnalysis/child/situation.vue
@@ -157,13 +157,18 @@
            prop: "examinationMx",
            disabled: true,
          },
          {
            label: "审查时间",
            prop: "auditTime",
            disabled: true,
          },
        ],
      },
    };
  },
  methods: {
    getPractitionersPageInfo(page, params = {}) {
      if (this.card.jurisdiction == 1123598813738675201) {
      if (this.card.jurisdiction == 1372091709474910209) {
        this.card.jurisdiction = "";
      }
      // if (params.hold == undefined) {
@@ -173,6 +178,7 @@
        ...params,
        ...this.query1,
        status: 1,
        roleAlias: 111,
        ...this.card,
      };
      getList(page.currentPage, page.pageSize, params).then((res) => {
@@ -196,7 +202,7 @@
      this.query1 = {};
      this.page1.currentPage = 1;
      this.refreshChange();
      console.log(212);
      // console.log(212);
    },
  },
};