28236
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user