This commit is contained in:
changjinpeng
2022-03-15 15:10:11 +08:00
parent 94bb8f6e4b
commit 7645b84661
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ export default {
}, },
change(e) { change(e) {
this.forms.visitTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + '-' + e.minute + '-' + e.second this.forms.visitTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + e.second
}, },
realityStstus(e) { realityStstus(e) {

View File

@@ -208,7 +208,7 @@ export default {
}, },
change(e) { change(e) {
this.forms.visitTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + '-' + e.minute + '-' + e.second this.forms.visitTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + e.second
}, },
realityStstus(e) { realityStstus(e) {