Refactor API requests and update component styles
This commit is contained in:
@ -52,7 +52,7 @@ export interface pageReq {
|
||||
projectId?: number | string
|
||||
title?: string
|
||||
ownedUserId?: string
|
||||
editions?: string
|
||||
editions?: any
|
||||
labels?: any[]
|
||||
type?: number // 类型: 1 图纸 2 文本 3 模型
|
||||
source?: number | string
|
||||
@ -60,7 +60,7 @@ export interface pageReq {
|
||||
status?: any
|
||||
createAddress?: string
|
||||
createIp?: string
|
||||
projectType?: string
|
||||
projectType?: any
|
||||
}
|
||||
export interface pageRes {
|
||||
list: {
|
||||
|
||||
Reference in New Issue
Block a user