Merge branch 'develop' of http://git.dev.yoho.cn/platform/yohobuy-portal-fe into develop
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -53,6 +53,7 @@ $('#basicTable').on('click', '.end-btn', function() { | @@ -53,6 +53,7 @@ $('#basicTable').on('click', '.end-btn', function() { | ||
53 | id: activeId | 53 | id: activeId |
54 | } | 54 | } |
55 | }, function(res){ | 55 | }, function(res){ |
56 | + $('#add-btn').removeAttr('disabled'); | ||
56 | g.reload(); | 57 | g.reload(); |
57 | }); | 58 | }); |
58 | }); | 59 | }); |
-
Please register or login to post a comment