|
|
@@ -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 + '月')
|