Browse Source

fix(api/demo): fix typo (#2808)

Peng Peidong 2 năm trước cách đây
mục cha
commit
31d44ad372
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/demo/model/optionsModel.ts

+ 2 - 2
src/api/demo/model/optionsModel.ts

@@ -1,8 +1,8 @@
 import { BasicFetchResult } from '/@/api/model/baseModel';
 
 export interface DemoOptionsItem {
-  label: string;
-  value: string;
+  name: string;
+  id: string;
 }
 
 export interface selectParams {