商品管理: 调整相关组件优化逻辑,完成表单保存和数据回显

This commit is contained in:
puhui999
2023-05-03 02:28:35 +08:00
parent 1116fb278b
commit 9ee35fc165
9 changed files with 112 additions and 37 deletions

View File

@@ -71,8 +71,8 @@ export const getPropertyList = (params: any) => {
}
// 获得属性项列表
export const getPropertyListAndValue = (params: any) => {
return request.get({ url: '/product/property/get-value-list', params })
export const getPropertyListAndValue = (data: any) => {
return request.post({ url: '/product/property/get-value-list', data })
}
// ------------------------ 属性值 -------------------