product:优化商品属性值的代码

This commit is contained in:
YunaiV
2022-12-12 23:40:23 +08:00
parent 98ca807d4b
commit 4a2cb33cd7
9 changed files with 46 additions and 99 deletions

View File

@ -63,17 +63,6 @@ export function getPropertyListAndValue(query) {
})
}
// 导出属性项 Excel
export function exportPropertyExcel(query) {
return request({
url: '/product/property/export-excel',
method: 'get',
params: query,
responseType: 'blob'
})
}
// ------------------------ 属性值 -------------------
// 获得属性值分页
@ -119,3 +108,6 @@ export function deletePropertyValue(id) {
method: 'delete'
})
}
export class exportPropertyExcel {
}