mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[Fix][UI] Fix bug where username is empty in file manage (#10070)
(cherry picked from commit c16424027e
)
This commit is contained in:
parent
6bc9141c91
commit
c2abc650a2
@ -95,6 +95,7 @@ interface ResourceFile {
|
||||
id: number
|
||||
pid: number
|
||||
alias: string
|
||||
userName: string
|
||||
userId: number
|
||||
type: string
|
||||
directory: boolean
|
||||
|
@ -49,6 +49,7 @@ export function useFileState(
|
||||
alias: item.alias,
|
||||
fullName: item.fullName,
|
||||
type: item.type,
|
||||
user_name: item.userName,
|
||||
directory: item.directory,
|
||||
file_name: item.fileName,
|
||||
description: item.description,
|
||||
|
Loading…
Reference in New Issue
Block a user