This commit is contained in:
liuye
2022-09-27 17:56:22 +08:00
parent 3af95eb2fa
commit fb2ab14849
4 changed files with 5 additions and 4 deletions

View File

@@ -111,8 +111,7 @@ export default {
this.form.createUserPhone = this.user.phone
var myDate = new Date();
this.form.createTime = `${myDate.getFullYear()}-${this.isNum(myDate.getMonth()+1)}-${this.isNum(myDate.getDate())}
${this.isNum(myDate.getHours())}:${this.isNum(myDate.getMinutes())}:${this.isNum(myDate.getSeconds())}`
this.form.createTime = `${myDate.getFullYear()}-${this.isNum(myDate.getMonth()+1)}-${this.isNum(myDate.getDate())} ${this.isNum(myDate.getHours())}:${this.isNum(myDate.getMinutes())}:${this.isNum(myDate.getSeconds())}`
},
onShow() {
document.title = '核酸采样'