mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
product:优化商品属性值的代码
This commit is contained in:
@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user