Showing
1 changed file
with
2 additions
and
2 deletions
@@ -69,7 +69,7 @@ exports.init = function() { | @@ -69,7 +69,7 @@ exports.init = function() { | ||
69 | function(option) { | 69 | function(option) { |
70 | option.success = function(res) { | 70 | option.success = function(res) { |
71 | if (res.data.code == "200") { | 71 | if (res.data.code == "200") { |
72 | - // location.href="/supplier/store/index"; | 72 | + location.href="/supplier/store/index"; |
73 | } else { | 73 | } else { |
74 | e.$tip("提交失败"); | 74 | e.$tip("提交失败"); |
75 | } | 75 | } |
@@ -88,7 +88,7 @@ exports.init = function() { | @@ -88,7 +88,7 @@ exports.init = function() { | ||
88 | function(option) { | 88 | function(option) { |
89 | option.success = function(res) { | 89 | option.success = function(res) { |
90 | if (res.data.code == "200") { | 90 | if (res.data.code == "200") { |
91 | - // location.href="/supplier/store/index"; | 91 | + location.href="/supplier/store/index"; |
92 | } else { | 92 | } else { |
93 | e.$tip("提交失败"); | 93 | e.$tip("提交失败"); |
94 | } | 94 | } |
-
Please register or login to post a comment