odc.xiaohui
2023-06-15 d3c5275b9c4cc03f3b158006f3b3fbb9e4a702c5
src/views/exam/paper/list.vue
@@ -63,6 +63,8 @@
  created () {
    this.initSubject()
    this.search()
    this.queryParam.subjectId = null
    this.subjectFilter = this.subjects
  },
  methods: {
    submitForm () {
@@ -92,7 +94,7 @@
    },
    levelChange () {
      this.queryParam.subjectId = null
      this.subjectFilter = this.subjects.filter(data => data.level === this.queryParam.level)
      this.subjectFilter = this.subjects
    },
    subjectFormatter  (row, column, cellValue, index) {
      console.log(row, column, cellValue, index)