龚焕茏
2024-07-16 0ebcc1fd3b16b7a43e85a9a4bde1a1cee3ae5831
src/views/exam/personalRandomTemplate/list.vue
@@ -25,6 +25,7 @@
        range-separator="至"
        start-placeholder="开始日期"
        end-placeholder="结束日期"
        value-format="yyyy-MM-dd"
        :picker-options="pickerOptions">
      </el-date-picker>
    </el-form-item>
@@ -278,6 +279,7 @@
    search () {
      this.listLoading = true
      this.queryParam.status = 0
      if (this.queryParam.period) this.queryParam.period[1] += ' 23:59:59'
      examPaperApi.pageselfList(this.queryParam).then(data => {
        const re = data.response
        this.tableData = re.list