Преглед изворни кода

报销根据用户id查询

zxz пре 2 година
родитељ
комит
8677e5ba0c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pages/reimbursement/the_reimbursement.vue

+ 1 - 0
pages/reimbursement/the_reimbursement.vue

@@ -101,6 +101,7 @@
 					pageSize: this.pageSize,
 					currentPage: this.currentPage,
 					compId: uni.getStorageSync('pcUserInfo').compId,
+					createUserId : uni.getStorageSync('userInfo').id
 				}).then(res => {
 					if (res.data.code == 200) {
 						uni.hideLoading()