|
@@ -714,7 +714,7 @@ export default {
|
|
|
this.$set(this.formTwo, "createUserName", this.$store.getters.userInfo.user_name)
|
|
|
|
|
|
let date = new Date();
|
|
|
- let strDate = date.getFullYear() + "-" + (date.getsecond() + 1) + "-" + date.getDate() + " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds();
|
|
|
+ let strDate = date.getFullYear() + "-" + (date.getMonth() + 1) + "-" + date.getDate() + " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds();
|
|
|
this.$set(this.formTwo, "createTime", strDate)
|
|
|
|
|
|
//备注格式
|