Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -214,7 +214,7 @@ export default {
|
||||
},
|
||||
|
||||
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) {
|
||||
|
||||
@@ -208,7 +208,7 @@ export default {
|
||||
},
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user