提交 68c78862 编写于 作者: nengyuangzhang's avatar nengyuangzhang

Merge branch 'develop'

......@@ -111,12 +111,6 @@ const Notification = ({ setRedirect, setRedirectUrl, t }) => {
notification['created_datetime'] = moment(parseInt(json[index]['created_datetime'])).format(
'YYYY-MM-DD HH:mm:ss'
);
notification['start_datetime'] = moment(parseInt(json[index]['start_datetime'])).format(
'YYYY-MM-DD HH:mm:ss'
);
notification['end_datetime'] = moment(parseInt(json[index]['end_datetime'])).format(
'YYYY-MM-DD HH:mm:ss'
);
notification['status'] = json[index]['status'];
notification['update_datetime'] = moment(parseInt(json[index]['update_datetime'])).format(
'YYYY-MM-DD HH:mm:ss'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册