Commit 2d10ca9c authored by 任国军's avatar 任国军

add cat_title

parent fab2878c
Pipeline #19228 passed with stage
in 2 minutes 33 seconds
...@@ -756,7 +756,7 @@ class InstitutionSubService extends Service { ...@@ -756,7 +756,7 @@ class InstitutionSubService extends Service {
id: article.id, id: article.id,
type: article.type, type: article.type,
cat_id: article.cat_id, cat_id: article.cat_id,
cat_title: catMap.has(v.cat_id) ? catMap.get(v.cat_id).name : '', cat_title: catMap.has(article.cat_id) ? catMap.get(article.cat_id).name : '',
title: article.title, title: article.title,
description: article.description, description: article.description,
content: article.content, content: article.content,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment