This commit is contained in:
Vanessa 2022-07-01 10:52:17 +08:00
parent 48933edf55
commit 2846cb406c
3 changed files with 10 additions and 10 deletions

View file

@ -8,4 +8,4 @@ export const genOptions = (data: string[] | { label: string, name: string }[], k
}
});
return html;
}
};