编辑药品tab页面可以不显示数据了 新增之后勾选框还存在

This commit is contained in:
2025-11-18 10:36:15 +08:00
parent afa904bd83
commit 5bf7ab481f
2 changed files with 8 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ public class GenController extends BaseController {
@GetMapping("/list")
public TableDataInfo genList(GenTable genTable) {
startPage();
List<GenTable> list = genTableService.selectGenTableList(genTable);
return getDataTable(list);
}