Commit 69984b7c authored by lihaihan's avatar lihaihan

用户表组织id改为所在组织

parent f1b83ea3
......@@ -43,10 +43,10 @@ export default {
const orgid: string =
(
await useFetchUser({
keys: '组织id',
keys: '所在组织,
q: `paths @ "userid" && string == "${userid}"`,
})
)?.[0]?.['组织id']?.[0] || ''
)?.[0]?.['所在组织]?.[0] || ''
const code: string =
(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment