feat(addUser): 添加用户模块接入员工查询与身份证复用
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a80a5cd939
commit
4b61c882a1
@@ -291,7 +291,8 @@ Page({
|
||||
|
||||
/** 添加用户 */
|
||||
onTapAddUser() {
|
||||
wx.navigateTo({ url: '/pages/addUser/addUser' })
|
||||
const sn = targetDevice?.sn || ''
|
||||
wx.navigateTo({ url: `/pages/addUser/addUser?sn=${encodeURIComponent(sn)}` })
|
||||
},
|
||||
|
||||
/** 一键添加本人 */
|
||||
|
||||
Reference in New Issue
Block a user