Browse Source

无JIRA任务 chore: 修改类型

es6
youki 4 years ago
parent
commit
01fe0683bd
  1. 6
      typescript/widget/multiselect/multiselect.combo.ts

6
typescript/widget/multiselect/multiselect.combo.ts

@ -24,7 +24,7 @@ export declare class MultiSelectCombo extends Single {
_joinKeywords(keywords: string[], callback: Function): void; _joinKeywords(keywords: string[], callback: Function): void;
_joinAll(res: { _joinAll(res: {
type: string; type: number;
value: string[]; value: string[];
assist: string[]; assist: string[];
}, callback: Function): void; }, callback: Function): void;
@ -42,13 +42,13 @@ export declare class MultiSelectCombo extends Single {
hideView(): void; hideView(): void;
setValue(value: { setValue(value: {
type: string; type: number;
value: string[]; value: string[];
assist: string[]; assist: string[];
}): void; }): void;
getValue(): { getValue(): {
type: string; type: number;
value: string[]; value: string[];
assist: string[]; assist: string[];
}; };

Loading…
Cancel
Save