wangguoyu 2 months ago
parent
commit
06a9850e41
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/admin/Jiazheng/jiazhengUserInfo.vue

+ 2 - 1
pages/admin/Jiazheng/jiazhengUserInfo.vue

@@ -86,7 +86,8 @@
 		methods: {
 			getJianliInfo() {
 				let req = {
-					id: this.pageInfo.id
+					id: this.pageInfo.id,
+					userId: this.pageInfo.userId
 				}
 				getJiazhengJianli(req).then(res => {
 					console.log('res', res);