Commit 77ca83be by 李嘉林

修改

parent 947ce02d
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
index.outDataSourceData(query).then(res=>{ index.outDataSourceData(query).then(res=>{
if(res.data.code == 200){ if(res.data.code == 200){
this.comDataList = res.data.data.data || []; this.comDataList = res.data.data.data || [];
this.comDataList = this.comDataList.slice(0,this.showCont-1); this.comDataList = this.comDataList.slice(0,this.showCont);
if(this.comDataList && this.comDataList.length>0){ if(this.comDataList && this.comDataList.length>0){
this.comDataList.forEach((item,index)=>{ this.comDataList.forEach((item,index)=>{
item.comStr = compiler(this.datas.componentData.comStr,item); item.comStr = compiler(this.datas.componentData.comStr,item);
......
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