Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ const index = (req, res, next) => { | @@ -79,7 +79,7 @@ const index = (req, res, next) => { | ||
79 | if (openStatus === '0') { | 79 | if (openStatus === '0') { |
80 | return installmentModel.getResources().then(data => { | 80 | return installmentModel.getResources().then(data => { |
81 | if (data[0] && data[0].data[0]) { | 81 | if (data[0] && data[0].data[0]) { |
82 | - data[0].data[0].url = 'javascript:void(0)'; | 82 | + data[0].data[0].url = 'javascript:void(0)'; //eslint-disable-line |
83 | } | 83 | } |
84 | 84 | ||
85 | return { | 85 | return { |
-
Please register or login to post a comment