...
|
...
|
@@ -31,6 +31,7 @@ var limitEdit={ |
|
|
if (res.code == "200") {
|
|
|
e.$tip("提交成功", function () {
|
|
|
location.href = "/promotionInfo/edit/"+_g.promotionId;
|
|
|
return false;
|
|
|
}, 'growl-success');
|
|
|
} else {
|
|
|
e.$tip(res.message);
|
...
|
...
|
@@ -41,6 +42,7 @@ var limitEdit={ |
|
|
e.$tip(res.message);
|
|
|
};
|
|
|
console.log(option.data);
|
|
|
return false;
|
|
|
});
|
|
|
return false;
|
|
|
|
...
|
...
|
|