chore: 🔨 规范注释

This commit is contained in:
ray
2024-10-31 01:06:26 +08:00
parent 98ee8ff2d1
commit 2caf089eac
3 changed files with 13 additions and 11 deletions

View File

@@ -46,7 +46,9 @@ watchEffect(
}
);
/** 部门筛选 */
/**
* 部门筛选
*/
function handleFilter(value: string, data: any) {
if (!value) {
return true;