Showing
1 changed file
with
1 additions
and
1 deletions
@@ -302,7 +302,7 @@ layui.define(['table', 'admin', 'form', 'common', 'sessions', 'reslist', 'common | @@ -302,7 +302,7 @@ layui.define(['table', 'admin', 'form', 'common', 'sessions', 'reslist', 'common | ||
302 | , icon: 1 | 302 | , icon: 1 |
303 | , time: 1000 | 303 | , time: 1000 |
304 | }, function () { | 304 | }, function () { |
305 | - // loadFavoriteList(pid); | 305 | + loadFavoriteList(pid); |
306 | }); | 306 | }); |
307 | }).error(function (error) { | 307 | }).error(function (error) { |
308 | console.log(error); | 308 | console.log(error); |
-
Please register or login to post a comment