Browse Source

报销根据用户id查询

zxz 2 years ago
parent
commit
8677e5ba0c
1 changed files with 1 additions and 0 deletions
  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()