提交
This commit is contained in:
@@ -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 = '核酸采样'
|
||||
|
||||
Reference in New Issue
Block a user