|
@@ -121,6 +121,7 @@
|
|
dateChange(e) {
|
|
dateChange(e) {
|
|
console.log(e)
|
|
console.log(e)
|
|
this.createDate = e.year + "-" + e.month
|
|
this.createDate = e.year + "-" + e.month
|
|
|
|
+ this.getList()
|
|
},
|
|
},
|
|
getData() {
|
|
getData() {
|
|
this.isLoadMore = true
|
|
this.isLoadMore = true
|
|
@@ -144,6 +145,7 @@
|
|
pageSize: this.pageSize,
|
|
pageSize: this.pageSize,
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|
|
pcFlag: 0,
|
|
pcFlag: 0,
|
|
|
|
+ yearMonth: this.createDate,
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
compId: uni.getStorageSync('pcUserInfo').compId,
|
|
commonId: uni.getStorageSync('pcUserInfo').userId,
|
|
commonId: uni.getStorageSync('pcUserInfo').userId,
|
|
}).then(res => {
|
|
}).then(res => {
|