Administrator
2025-08-04 b2eec14bf5a5924d17640e484810f75663c1f38b
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() {