فهرست منبع

Merge remote-tracking branch 'origin/release-201844-wangcz' into release-201844-wangcz

wangcz 7 سال پیش
والد
کامیت
305adc5d42
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      pages/mobile/center/vendor/btobapCheck.vue

+ 3 - 0
pages/mobile/center/vendor/btobapCheck.vue

@@ -1002,6 +1002,9 @@
       ShowMonthChoose(tp, key) {
         this.$monthType = tp
         if (tp === 'inside') {
+          this.ShowApcheckChooseTime = false
+          this.$monthClick = true
+          this.$refs.baseFilter[0].setSelect(1)
           let _m = this.isShowApcheckList.thisMonth.split('-')[1].length < 2 ? '0' + this.isShowApcheckList.thisMonth.split('-')[1] : this.isShowApcheckList.thisMonth.split('-')[1]
           this.$picker.setSlotValue(0, this.isShowApcheckList.thisMonth.split('-')[0] + '年')
           this.$picker.setSlotValue(1, _m + '月')