fix(ApiSelect demo): add demo about ApiSelect's use (#757)

* fix(ApiSelect demo): add demo about ApiSelect's use

* fix(ApiSelect demo): typo

* revert(ApiSelect): remove console

Co-authored-by: M69W <M69W@M69W>
This commit is contained in:
M69W
2021-06-14 22:10:41 +08:00
committed by GitHub
parent bbce002be1
commit a03d3cc60c
4 changed files with 44 additions and 8 deletions

View File

@@ -5,6 +5,10 @@ export interface DemoOptionsItem {
value: string;
}
export interface selectParams {
id: number | string;
}
/**
* @description: Request list return value
*/