Browse Source

Pull request #1930: 无JIRA任务 修改类型

Merge in VISUAL/fineui from ~YOUKI/fineui:master to master

* commit '01fe0683bd2c08d2be0bdecfd9c79fa48cfdd138':
  无JIRA任务 chore: 修改类型
es6
Youki 3 years ago
parent
commit
da8cb8c3b2
  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;
_joinAll(res: {
type: string;
type: number;
value: string[];
assist: string[];
}, callback: Function): void;
@ -42,13 +42,13 @@ export declare class MultiSelectCombo extends Single {
hideView(): void;
setValue(value: {
type: string;
type: number;
value: string[];
assist: string[];
}): void;
getValue(): {
type: string;
type: number;
value: string[];
assist: string[];
};

Loading…
Cancel
Save