mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 11:25:07 +08:00
商品管理: 调整相关组件优化逻辑
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import request from '@/config/axios'
|
||||
import type { SpuType } from './type/spuType'
|
||||
|
||||
// 获得sku列表
|
||||
export const getSkuList = (params: any) => {
|
||||
return request.get({ url: '/product/sku/list', params })
|
||||
// 获得spu列表
|
||||
export const getSpuList = (params: any) => {
|
||||
return request.get({ url: '/product/spu/page', params })
|
||||
}
|
||||
// 创建商品spu
|
||||
export const createSpu = (data: SpuType) => {
|
||||
|
Reference in New Issue
Block a user