去除websocket链接错误失败时的弹窗

This commit is contained in:
2025-02-24 14:17:06 +08:00
parent 7489a9cc39
commit 2d53c6ee0f
4 changed files with 683 additions and 22 deletions

View File

@@ -307,10 +307,17 @@ function goodsClick(item) {
product_name: "",
remark: "",
});
return;
}
// 多规格
if (item.type == "sku") {
refSelSku.value.open(item);
return;
}
//称重
if (item.type == "sku") {
refSelSku.value.open(item);
return;
}
}