Commit ff7b7d25 authored by lihaihan's avatar lihaihan

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

parent 69984b7c
...@@ -43,10 +43,10 @@ export default { ...@@ -43,10 +43,10 @@ export default {
const orgid: string = const orgid: string =
( (
await useFetchUser({ await useFetchUser({
keys: '所在组织, keys: '所在组织',
q: `paths @ "userid" && string == "${userid}"`, q: `paths @ "userid" && string == "${userid}"`,
}) })
)?.[0]?.['所在组织]?.[0] || '' )?.[0]?.['所在组织']?.[0] || ''
const code: string = 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