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