id
This commit is contained in:
@@ -277,7 +277,11 @@ export default {
|
||||
uni.navigateTo({url: `./ManagementContent?id=${this.id}&idNumber=${this.info.idNumber}&haveHomeQuarantineBtn=${haveHomeQuarantineBtn}`})
|
||||
},
|
||||
toChangeUser() {
|
||||
uni.setStorageSync('checkPointContent', this.info)
|
||||
var i = {
|
||||
registerId: this.info.id,
|
||||
registerIdNumber: this.info.idNumber
|
||||
}
|
||||
uni.setStorageSync('checkPointContent', i)
|
||||
uni.navigateTo({url: './ChangeUser?delta=1'})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user