|
|
@@ -497,7 +497,8 @@
|
|
|
this.isShowApcheckList.thisMonth = this.$value
|
|
|
this.ShowApcheckChooseTime = false
|
|
|
this.$refs.baseFilter[0].setSelect(1)
|
|
|
- this.showApcheckList()
|
|
|
+ this.isShowApcheckList.show = true
|
|
|
+ this.getApcheckDetailsinfo()
|
|
|
}
|
|
|
},
|
|
|
// 立即对账
|
|
|
@@ -904,7 +905,8 @@
|
|
|
this.MouthinShow = true
|
|
|
}
|
|
|
this.$refs.baseFilter[0].setSelect(1)
|
|
|
- this.showApcheckList()
|
|
|
+ this.isShowApcheckList.show = true
|
|
|
+ this.getApcheckDetailsinfo()
|
|
|
} else {
|
|
|
let _sp = new Date()
|
|
|
let _d = this.computedTime(this[key], val)
|