优化资产编辑和分类管理功能,完善虚拟资产配置
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user