Browse Source

跳转修改

tanxue 2 months ago
parent
commit
3abd7b5b65
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/admin/banzheng/list.vue

+ 2 - 1
pages/admin/banzheng/list.vue

@@ -108,7 +108,8 @@
 		let pageInfo = {
 			status:'edit',
 			id:'',
-			userId:item.userId
+			userId:item.userId,
+			from:'banzheng'
 		}
 		uni.redirectTo({
 			url: `/pages/admin/Jiazheng/jiazhengUserInfo?pageInfo=`+JSON.stringify(pageInfo)