Commit 8ed0ffea by jml0128

fix

1 parent d1770f55
...@@ -423,7 +423,13 @@ export default { ...@@ -423,7 +423,13 @@ export default {
this.Bi.getGroupInfo(), this.Bi.getGroupInfo(),
this.Bi.getTemplateList() this.Bi.getTemplateList()
]).then( ]).then(
([baseInfo, fixedInfo, topicInfo, topicMixinInfo, tempaletList]) => { ([
baseInfo,
fixedInfo,
topicInfo,
topicMixinInfo,
tempaletList = { data: { data: [] } }
]) => {
this.dealBaseInfo(baseInfo.data.data[0] || {}); this.dealBaseInfo(baseInfo.data.data[0] || {});
this.dealFixedInfo(fixedInfo.data.data || []); this.dealFixedInfo(fixedInfo.data.data || []);
this.dealChoice(topicInfo.data.data || []); this.dealChoice(topicInfo.data.data || []);
......
...@@ -466,7 +466,13 @@ export default { ...@@ -466,7 +466,13 @@ export default {
this.Bi.getGroupInfo(), this.Bi.getGroupInfo(),
this.Bi.getTemplateList() this.Bi.getTemplateList()
]).then( ]).then(
([baseInfo, fixedInfo, topicInfo, topicMixinInfo, tempaletList]) => { ([
baseInfo,
fixedInfo,
topicInfo,
topicMixinInfo,
tempaletList = { data: { data: [] } }
]) => {
this.dealBaseInfo(baseInfo.data.data[0] || {}); this.dealBaseInfo(baseInfo.data.data[0] || {});
this.dealFixedInfo(fixedInfo.data.data || []); this.dealFixedInfo(fixedInfo.data.data || []);
this.dealChoice(topicInfo.data.data || []); this.dealChoice(topicInfo.data.data || []);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!