Administrator
2022-01-04 d12a6417b68790d5da74566a67e6f52384e1e348
src/views/securityAnalysis/child/examination.vue
@@ -84,6 +84,16 @@
            disabled: true,
          },
          {
              label: "考试时间",
              prop: "month",
              type: "month",
              hide:true,
              search:true,
              searchSpan:4,
              format: "yyyy-MM",
              valueFormat: "yyyy-MM",
          },
          {
            label: "理论成绩",
            prop: "theoryGrade",
            disabled: true,
@@ -130,13 +140,10 @@
  methods: {
    getPractitionersPageInfo(page, params = {}) {
      params = this.search;
      params = {
        ...params,
        ...this.card,
      };
      params['deptId'] = this.card.deptid;
      params['jurisdiction'] = this.card.jurisdiction;
      getinformationstatisticsXX(page.currentPage, page.pageSize, params).then(
        (res) => {
          // console.log(res.data.data.records);
          const data = res.data.data;
          var d = data.records;
          for (var k in d) {