提交 4ee3168c 作者: ZhangLingKun

功能:服务问题修复

上级 0f7e2613
...@@ -79,7 +79,9 @@ function ServiceCategoryList() { ...@@ -79,7 +79,9 @@ function ServiceCategoryList() {
if (res && res.code === '200') { if (res && res.code === '200') {
message.success('删除成功'); message.success('删除成功');
paginationChange( paginationChange(
tableData.length === 1 ? pagination.current - 1 : pagination.current, tableData.length === 1 && pagination.current > 1
? pagination.current - 1
: pagination.current,
pagination.pageSize, pagination.pageSize,
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论