Commit 9f85e411 authored by Sixiang_Zzb's avatar Sixiang_Zzb

测试问题修复

parent 4ccad3be
......@@ -209,7 +209,6 @@ const ServiceProviderManagement = (props: propsType) => {
// 切换页码
const pageChange = (values: any) => {
console.log(values);
let tmp = filterObjbyTg(location.query, ['providerName', 'serviceScope']);
tmp['pageNum'] = values.current;
history.push(location.pathname + urlEncode(tmp));
......@@ -281,7 +280,7 @@ const ServiceProviderManagement = (props: propsType) => {
pagination={
Data !== null
? {
current: readyData.pageNum,
current: +readyData.pageNum,
total: Data.page.totalRow,
showSizeChanger: false,
pageSize: Data.page.curPageSize,
......
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