Преглед на файлове

报销根据用户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()