feat:【mall 商城】文章分类(100% ele)

This commit is contained in:
YunaiV
2025-10-16 22:06:52 +08:00
parent e358c85c15
commit 1394688364
2 changed files with 15 additions and 28 deletions

View File

@@ -31,9 +31,9 @@ function handleSearch(value: string) {
}
/** 选中部门 */
const handleSelect = (data: any) => {
function handleSelect(data: any) {
emit('select', data);
};
}
/** 初始化 */
onMounted(async () => {