fix(addUser): 员工编号查询接口版本 v6 调整为 v5
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b94a6780f0
commit
5b9a66afc7
@@ -16,7 +16,7 @@ interface MemberForm {
|
||||
|
||||
/** 员工编号查询接口(页面私有) */
|
||||
const getEmployeeByWorkNo = (sn: string, workNo: string) =>
|
||||
get<any>('weighingScale/v6/getUserInfoByWkno', { sn, workNo })
|
||||
get<any>('weighingScale/v5/getUserInfoByWkno', { sn, workNo })
|
||||
|
||||
/** 添加/编辑用户接口(页面私有) */
|
||||
const addUser = (data: Record<string, any>) =>
|
||||
|
||||
Reference in New Issue
Block a user