feat: 修改商品列表的筛选

This commit is contained in:
duan
2025-03-11 15:37:14 +08:00
parent 0fa409ecc5
commit 061f4372b6
2 changed files with 24 additions and 19 deletions

View File

@@ -109,7 +109,6 @@ async function handleAddClick() {
}
// 上架
function handleSwitchChange(data: any) {
console.log(data, '条似乎22222')
let obj = {
type: data.isGrounding ? 'sku' : 'product',
id: data.id,