修改
This commit is contained in:
parent
354e056930
commit
ad4e4503a9
@ -128,7 +128,7 @@ class SESafeSurveyTest extends React.Component {
|
||||
NAME = ret.Nav_Papers[0].Nav_Safe.NAME;
|
||||
END_TIME = ret.Nav_Papers[0].Nav_Safe.END_TIME;
|
||||
}
|
||||
if (moment().format("YYYY-MM-DD HH:mm:ss") < END_TIME) {
|
||||
if (moment().format("YYYY-MM-DD HH:mm:ss") < END_TIME && this.props.data.tableKey != undefined) {
|
||||
message.error('已过答题截止时间!');
|
||||
this.props.dispatch({
|
||||
type: 'app/getDataByPost',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user