Commit 24d9a94e authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修复无法识别问题

parent e1c59588
......@@ -45,6 +45,7 @@ const PurchaseInquiry: SFC<PurchaseInquiryPropsType> = (props) => {
const [purchaseList, setPurchaseList] = useState<any>([]);
const [totalCount,setTotalCount] = useState(0)
const [loading,setLoading] = useState(true)
const { getMessage } = useMessageIntl()
const { search } = props.location || {}
/**
......@@ -98,7 +99,6 @@ const PurchaseInquiry: SFC<PurchaseInquiryPropsType> = (props) => {
const provinceCode = getQueryString('provinceCode', search) || '';
const cityCode = getQueryString('cityCode', search) || '';
const Reputation = getQueryString('Reputation', search)||'';
const { getMessage } = useMessageIntl()
let data = {
current: current,
pageSize: pageSize,
......
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