Commit 565a8150 authored by jzc's avatar jzc

修改js

parent 685806fd
......@@ -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