Commit 200de568 authored by 王苓芝's avatar 王苓芝

test

parent bfdb24bc
...@@ -12,8 +12,6 @@ export async function query(params) { ...@@ -12,8 +12,6 @@ export async function query(params) {
}, },
}); });
if (data.businessCode === '0000') { if (data.businessCode === '0000') {
console.log('data-query', data.data);
return { data: data.data.records || [], total: data.data.total }; return { data: data.data.records || [], total: data.data.total };
} }
return []; return [];
......
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