style: 💄 代码格式化

This commit is contained in:
ray
2024-08-01 07:55:27 +08:00
parent e36b718666
commit b3b63793f7
2 changed files with 39 additions and 31 deletions

View File

@@ -454,7 +454,7 @@ function togglePermTree() {
}
}
/** 权限筛选 */
/** 权限筛选 */
watch(permKeywords, (val) => {
permTreeRef.value!.filter(val);
});