Browse Source

1、修改日历

shenjunjie 7 years ago
parent
commit
912e12b910
1 changed files with 3 additions and 0 deletions
  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 + '月')