Commit 8aaa2d65 authored by 何远江's avatar 何远江

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 9f0602d3 991d2e6e
......@@ -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