|
@@ -51,7 +51,7 @@
|
|
|
is-link
|
|
|
title-class="title1"
|
|
|
value-class="value1"
|
|
|
- @click="showVisitDate = true"
|
|
|
+ @click="showVisitDate = false"
|
|
|
></van-cell>
|
|
|
<van-popup v-model="showVisitDate" round position="bottom">
|
|
|
<van-datetime-picker
|
|
@@ -70,7 +70,7 @@
|
|
|
is-link
|
|
|
title-class="title1"
|
|
|
value-class="value1"
|
|
|
- @click="showTime = true"
|
|
|
+ @click="showTime = false"
|
|
|
></van-cell>
|
|
|
<van-popup v-model="showTime" round position="bottom">
|
|
|
<van-datetime-picker
|
|
@@ -207,7 +207,9 @@ export default {
|
|
|
let date=new Date();
|
|
|
this.visitDate=this.$util.getCurrentDate();
|
|
|
this.currentTime="10:11";
|
|
|
- console.info('created currentTime',this.currentTime);
|
|
|
+ this.visitTime=this.$util.getCurrentTime();
|
|
|
+ console.info('created visitTime',this.visitTime);
|
|
|
+ //return;
|
|
|
this.GetVisitTypeList();
|
|
|
},
|
|
|
computed: {
|