feat: 获取商品类型列表

This commit is contained in:
2026-03-11 23:42:42 +08:00
parent e61f6fc596
commit 17c5296e56
3 changed files with 34 additions and 13 deletions

View File

@@ -92,8 +92,8 @@ const queryList = async (pageNum = 1, pageSize = 10) => {
};
const handleTabChange = ({ item }) => {
console.log("item", item.value);
currentType.value = item.value;
console.log("item typeCode: ", item.typeCode);
currentType.value = item.typeCode;
if (currentType.value === "0") {
}