This commit is contained in:
2026-03-30 11:08:25 +08:00
parent ae315100b4
commit 1fe4a4fb41
10 changed files with 5524 additions and 138 deletions

View File

@@ -11,7 +11,7 @@ import { productReducer, initialState } from "../../store/product";
import * as actions from "../../store/product/action";
import {
getCategoryTree,
productSearch,
productList,
productDetail,
productDelete,
productEdit,
@@ -75,7 +75,7 @@ export function Component() {
orderBys.push(ProductOrderBys.CreateTime);
else orderBys.push(ProductOrderBys.CreateTimeDesc);
const result = await productSearch({
const result = await productList({
categoryId: states.categoryId,
keyword: states.keyword,
orderBys: orderBys,