Commit 8e951492 by chengming

测试问卷修改

parent 883f1a63
......@@ -90,6 +90,11 @@ class Check extends Component {
title: "答题用时(分)",
dataIndex: "duration",
key: "duration",
render: text => (
<div>
<p>{(text / 60).toFixed(2)}</p>
</div>
),
},
{
title: "操作",
......
......@@ -187,9 +187,9 @@ class ExamCheck extends Component {
let reg = /[@#\$%\^&\*{}|\\]+/g.test(examKeyword);
if (!reg) {
getExamList({
examKeyword: examKeyword,
pageindex: 1,
pagesize: pagesize,
name: examKeyword,
pageNo: 1,
pageSize: pagesize,
});
this.setState({
page: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment