调整登录组织校验和图形验证码交互

This commit is contained in:
andy
2026-07-01 11:33:26 +08:00
parent 4919a311c3
commit 9e67339d3c
4 changed files with 76 additions and 15 deletions

View File

@@ -171,6 +171,17 @@ export const mockApi = {
}
},
async getBindStaffInfo() {
await wait(180)
return {
userId: 'USER10001',
memberId: 'MEMBER10001',
organizationId: 'ORG10001',
memberName: '当前员工',
memberRoleId: 'ROLE_STAFF'
}
},
async orderList(query: CommodityOrderSearch) {
await wait()
const keyword = query.orderId || query.contactPhone || ''