From e77b625c6cdcc3ca4741c05a6820a9e226224337 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Mon, 04 Aug 2025 15:25:28 +0800 Subject: [PATCH] feat(ai): 添加 AI 用户表相关实体、Mapper 和服务接口 --- src/main/resources/templates/febs/views/modules/ai/product/list.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/ai/product/list.html b/src/main/resources/templates/febs/views/modules/ai/product/list.html index 819200e..ebd5512 100644 --- a/src/main/resources/templates/febs/views/modules/ai/product/list.html +++ b/src/main/resources/templates/febs/views/modules/ai/product/list.html @@ -336,7 +336,7 @@ category.setValue(categoryList); $searchForm[0].reset(); sortObject.type = 'null'; - tableIns.reload({where: getQueryParams(), page: {curr: 1}, initSort: sortObject}); + tableIns.reload({where: null, page: {curr: 1}, initSort: sortObject}); }); // 获取查询参数 function getQueryParams() { -- Gitblit v1.9.1