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);