From d8825b95f3496a4ea1e89ea1fc82d081c2692ea7 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Oct 2022 14:14:30 +0800 Subject: [PATCH] handleType --- src/project/pingchang/AppCheckpointRegistration/UserInfo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'})