zxz 2 سال پیش
والد
کامیت
b5f1a5a6ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      pages/clock/the_clock_record.vue

+ 2 - 0
pages/clock/the_clock_record.vue

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