fix: import

pull/256/head
xingyu4j 2025-11-05 19:47:35 +08:00
parent 0e185d1ed6
commit beec71dbbd
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import { computed, onMounted, ref } from 'vue';
import { handleTree } from '@vben/utils';
import { TreeSelect } from 'ant-design-vue';
import { getCategoryList } from '#/api/mall/product/category';
/** 商品分类选择组件 */