feat:【代码优化】减少部分模块的 import * 的 API
This commit is contained in:
@@ -42,7 +42,6 @@ const selectCategoryId = computed({
|
||||
/** 初始化 */
|
||||
const categoryList = ref<any[]>([]); // 分类树
|
||||
onMounted(async () => {
|
||||
// 获得分类树
|
||||
const data = await getCategoryList({
|
||||
parentId: props.parentId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user