zhengpz
2021-12-09 0e1f8ba5a7e3611a0633e8a0e2274d34de363e0c
加参数
1 files modified
4 ■■■ changed files
src/views/home/index.vue 4 ●●● patch | view | raw | blame | history
src/views/home/index.vue
@@ -1441,11 +1441,13 @@
      this.gridData.current = page;
      this.dialogloading = true;
      this.gridData.data = [];
      let types = this.poorPerformanceType.toString();
      let params = {
        current: this.gridData.current,
        size: 10,
        jurisdiction: this.value1,
        examinationType: 1
        examinationType: 1,
        types: types
      };
      qualificationPages(params).then(res => {
        if (res.data.code === 200) {