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

修改询价报价列表

parent d61a056a
......@@ -69,7 +69,7 @@ const List:React.FC<{}> = () => {
dataIndex: 'externalState',
render: (text: any, record: any) => ExternalState(text)
}]
const fecheData = (params:any) => {
return new Promise((resolve, reject) => {
PublicApi.getOrderPlatformInquiryList({...params}).then(res => {
......@@ -118,4 +118,4 @@ const List:React.FC<{}> = () => {
</PageHeaderWrapper>
)
}
export default List
\ No newline at end of file
export default List
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