YaoApp / yao

:rocket: A performance app engine to create web services and applications in minutes.Suitable for AI, IoT, Industrial Internet, Connected Vehicles, DevOps, Energy, Finance and many other use-cases.

Home Page:https://yaoapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] 自由组合页面有多个Table的时候,分页和搜索条件会同时请求

QJAutumn opened this issue · comments

发生了什么?

1.自由页面有两个table或者多个的时候,**【分页信息】【搜索条件】**两个table都会传参数同时请求
1676965305247
1676965374700
1676965509540

相关截图(必需)【如上图】

最小可复现例子(必需)

  1. 仓库地址:仓库地址
    2.克隆代码后执行:yao migrate --reset && yao run scripts.init.setData && yao start
    3.访问: http://127.0.0.1:5099/admin/login/admin
    4.点击菜单【英雄管理】-->【自由页面】-->【第一个table下面的分页信息点击第二页】【点击分页或者搜索名称】
    5.线上复现地址: https://bug-check.iqka.com/admin/login/admin 账号密码:xiang@iqka.com 密码:A123456p+

1676965702404
1676965790975

Please provide a minimal reproduction then upload to your GitHub. 请提供 最小重现,并上传到你的 GitHub 仓库

复现步骤

  1. 仓库地址:仓库地址
    2.克隆代码后执行:yao migrate --reset && yao run scripts.init.setData && yao start
    3.访问: http://127.0.0.1:5099/admin/login/admin
    4.点击菜单【英雄管理】-->【自由页面】-->【第一个table下面的分页信息点击第二页】
    5.线上复现地址: https://bug-check.iqka.com/admin/login/admin 账号密码:xiang@iqka.com 密码:A123456p+

Steps to reproduce the behavior: 1. 2.

Expected behavior 1. 2.

Context

  • Yao Version( 0.10.3 ):
  • Xgen Version( Built Info" content="time:2023-02-21T03:44:03+00:00|version:1.4.0 ):
  • **PlatformLinux & 谷歌浏览器:

ok了