refactor: 优化上传表单组件和类型定义

This commit is contained in:
wangqiao
2025-09-06 18:39:16 +08:00
parent 24d2b82221
commit b7d6b37e87
6 changed files with 92 additions and 102 deletions

View File

@ -10,9 +10,9 @@ export interface FileItem {
// 定义整个 JSON 对象的类型
export interface TcreateReq {
activeName: string
activeName: string | number
id: number | string
type: any[]
type: number
isDomestic: number | string
province: string // 省份编码
city: string // 城市编码