Commit fe0fd3e2 by qinjianhui

fix: 问题修改

parent f6af76c2
...@@ -92,8 +92,8 @@ export function submitReviewPriceInfoApi(id: number, data: PriceForm) { ...@@ -92,8 +92,8 @@ export function submitReviewPriceInfoApi(id: number, data: PriceForm) {
return axios.post<never, BaseRespData<never>>( return axios.post<never, BaseRespData<never>>(
'supply/supplyTypesettingPrice/saveQuotedPrice', 'supply/supplyTypesettingPrice/saveQuotedPrice',
{ {
typesettingId: id,
...data, ...data,
typesettingId: id,
}, },
) )
} }
......
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