Commit 33e6e8ba authored by 靳野's avatar 靳野

feat:ZT-1443

parent f96589f2
...@@ -26,7 +26,7 @@ const AfterSalesClaimForm = ({ route }) => { ...@@ -26,7 +26,7 @@ const AfterSalesClaimForm = ({ route }) => {
collapsed: false, collapsed: false,
collapseRender: () => null, collapseRender: () => null,
}; };
console.log('e11111111111!!!!!!!!!');
const query = async params => { const query = async params => {
const { createdAt, singleType, singleNumber, current: pageNo, ...other } = params; const { createdAt, singleType, singleNumber, current: pageNo, ...other } = params;
const queryParams = { ...other, pageNo }; const queryParams = { ...other, pageNo };
......
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