Authored by 陈峰

product-list edit

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