wangguoyu 2 달 전
부모
커밋
06a9850e41
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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);