Authored by 陈峰

product-list edit

... ... @@ -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)
}
}
... ...