Commit 1b8e8777 authored by GuanHua's avatar GuanHua
parents 54258684 cc7eca15
......@@ -243,7 +243,7 @@ const Details: React.FC<parmas> = (props) => {
if (type === 'rfq') {
// 代表的是查看询价
setview(1)
PublicApi.getOrderProductInquiryDetails({ id }).then(res => {
PublicApi.getOrderNotarizeEnquiryQuotedPriceDetails({ id }).then(res => {
if (res.code === 1000) {
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