Authored by mali

Merge branch 'master' into test6.8.4

... ... @@ -254,7 +254,7 @@
title = "添加品牌系列";
message = "确认添加品牌系列信息吗?";
} else {
window.location.href = contextPath + "/html/product/productEdit.html?id=" + id;
window.open(contextPath + "/html/product/productEdit.html?id=" + id)
}
}
... ...