Authored by uedxwg

update

... ... @@ -69,7 +69,7 @@ exports.init = function() {
function(option) {
option.success = function(res) {
if (res.data.code == "200") {
// location.href="/supplier/store/index";
location.href="/supplier/store/index";
} else {
e.$tip("提交失败");
}
... ... @@ -88,7 +88,7 @@ exports.init = function() {
function(option) {
option.success = function(res) {
if (res.data.code == "200") {
// location.href="/supplier/store/index";
location.href="/supplier/store/index";
} else {
e.$tip("提交失败");
}
... ...