Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment