mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
Fixed error with POS services (#846)
This commit is contained in:
parent
ca1e8fa8ac
commit
2e93a67e8a
@ -29,7 +29,7 @@ export function requestGetProductPrice({
|
|||||||
validFrom
|
validFrom
|
||||||
}) {
|
}) {
|
||||||
return request({
|
return request({
|
||||||
url: '/form/addons/point-of-sales/get-product-price',
|
url: '/form/addons/point-of-sales/product-price',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: {
|
params: {
|
||||||
search_value: searchValue,
|
search_value: searchValue,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user