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

Former-commit-id: 677415883e7d131e45772007f9be6ac2189dbad0
This commit is contained in:
hxr
2023-08-09 07:37:53 +08:00
parent 7725bd0792
commit dec088b23a

View File

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