Commit 58d718bf authored by wangdanlei's avatar wangdanlei

调漆时间24小时制修改

parent 36bdb814
......@@ -222,7 +222,7 @@ export default {
'subTypeName': this.subTypeName,
'operator': 'ADD',
productArea: this.productArea,
createTimeTo: this.$moment().format('YYYY-MM-DD hh:mm:ss')
createTimeTo: this.$moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
}
post(`/AssignCard/recursion`, params).then(res => {
if (res.code === 0) {
......
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