1、配合地区管理接口的api文件,后端修改相应字段可以不要此文件

2、基础设施/文件管理/文件列表 上传失败无法上传只能刷新页面才能上传bug
3、基础设施/文件管理/文件列表 新增是下拉框显示0 设置为null
This commit is contained in:
gexinzhineng/gxzn27
2023-03-28 11:27:08 +08:00
parent d6f2eafbde
commit 944015484a
4 changed files with 58 additions and 4 deletions

View File

@ -16,7 +16,7 @@ export interface FileClientConfig {
export interface FileConfigVO {
id: number
name: string
storage: number
storage: any
master: boolean
visible: boolean
config: FileClientConfig