...
|
...
|
@@ -19,4 +19,4 @@ exports.index = (req, res, next) => { |
|
|
req.ctx(similarModel).list({skn: req.query.skn}).then(result => {
|
|
|
res.render('similar/index', Object.assign(responseData, result));
|
|
|
}).catch(next);
|
|
|
}; |
|
|
\ No newline at end of file |
|
|
}; |
...
|
...
|
|