fix: 🐛 部门下拉回显数字问题修复

Former-commit-id: 677415883e
This commit is contained in:
hxr 2023-08-09 07:37:53 +08:00
parent 7725bd0792
commit dec088b23a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ declare global {
/**
*
*/
value: string;
value: string | number;
/**
*
*/