Commit 991d2e6e authored by jzc's avatar jzc

Merge branch 'feature/jzc/brand/0.0.2' into dev

parents 857a68ef 565a8150
......@@ -10,9 +10,9 @@ export function listBrandQuotation(query) {
}
// 查询品牌报价详细
export function getBrandQuotation(brandOrderQuantityId) {
export function getBrandQuotation(brandQuantityId) {
return request({
url: '/dv/brandQuotation/' + brandOrderQuantityId,
url: '/dv/brandQuotation/' + brandQuantityId,
method: 'get'
})
}
......@@ -36,9 +36,9 @@ export function updateBrandQuotation(data) {
}
// 删除品牌报价
export function delBrandQuotation(brandOrderQuantityId) {
export function delBrandQuotation(brandQuantityId) {
return request({
url: '/dv/brandQuotation/' + brandOrderQuantityId,
url: '/dv/brandQuotation/' + brandQuantityId,
method: 'delete'
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment