Commit 62825c1d authored by Hsinli's avatar Hsinli

addd

parent cfcbd408
Pipeline #8702 passed with stage
in 13 seconds
...@@ -130,7 +130,7 @@ class CollectionService extends Service { ...@@ -130,7 +130,7 @@ class CollectionService extends Service {
}); });
//数据整理 //数据整理
for (let j in retList) { for (let j in retList) {
let type = collectionList.results[j].house_style; let type = collectionList[j].house_style;
let tmp = { let tmp = {
id: retList[j].id, id: retList[j].id,
name: retList[j].name, name: retList[j].name,
......
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