Skip to content

Commit

Permalink
chore: 请求失败不调用回调
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Aug 22, 2018
1 parent 6f06d59 commit f3d67d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/js/excel.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ define(['jquery-form'], function () {
data: {data: data},
success: function (result) {
call(result);
},
error: function (result) {
call(result);
}
});
};
Expand Down

0 comments on commit f3d67d9

Please sign in to comment.