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

修改询价报价列表

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