feat:【mall 商城】文章分类(100% ele)
This commit is contained in:
@@ -31,9 +31,9 @@ function handleSearch(value: string) {
|
||||
}
|
||||
|
||||
/** 选中部门 */
|
||||
const handleSelect = (data: any) => {
|
||||
function handleSelect(data: any) {
|
||||
emit('select', data);
|
||||
};
|
||||
}
|
||||
|
||||
/** 初始化 */
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user