优化资产编辑和分类管理功能,完善虚拟资产配置

This commit is contained in:
WUSIJIAN
2025-12-22 14:08:17 +08:00
parent 1a904388ef
commit ac0b790363
3 changed files with 334 additions and 109 deletions

View File

@@ -20,6 +20,14 @@ export function getCategory(id: string) {
});
}
// 获取属性类型选项
export function getCategoryAttrTypeOptions() {
return newService({
url: '/assets/category/getCategoryAttrTypeOptions',
method: 'get',
});
}
// 新增分类
export function addCategory(data: object) {
return newService({