diff --git a/src/project/pingchang/AppCheckpointRegistration/UserInfo.vue b/src/project/pingchang/AppCheckpointRegistration/UserInfo.vue index ce295bba..a742c3a1 100644 --- a/src/project/pingchang/AppCheckpointRegistration/UserInfo.vue +++ b/src/project/pingchang/AppCheckpointRegistration/UserInfo.vue @@ -279,7 +279,8 @@ export default { toChangeUser() { var i = { registerId: this.info.id, - registerIdNumber: this.info.idNumber + registerIdNumber: this.info.idNumber, + handleType: this.info.handleType } uni.setStorageSync('checkPointContent', i) uni.navigateTo({url: './ChangeUser?delta=1'})