chore: 调整修改参数请求方式,调整通用字典类型

This commit is contained in:
2024-06-05 21:05:26 +08:00
parent b1485c238f
commit 568653d5cb
3 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ interface Options {
export interface LabelValueState {
label: string
value: any
color?: string
extend?: string
}
/** 字典类型 */