Commit cc7eca15 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

修改确认询价报价询价单详情的接口

parent 02f6968f
...@@ -243,7 +243,7 @@ const Details: React.FC<parmas> = (props) => { ...@@ -243,7 +243,7 @@ const Details: React.FC<parmas> = (props) => {
if (type === 'rfq') { if (type === 'rfq') {
// 代表的是查看询价 // 代表的是查看询价
setview(1) setview(1)
PublicApi.getOrderProductInquiryDetails({ id }).then(res => { PublicApi.getOrderNotarizeEnquiryQuotedPriceDetails({ id }).then(res => {
if (res.code === 1000) { if (res.code === 1000) {
setdata(res.data) setdata(res.data)
} }
......
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