|
@@ -31,7 +31,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
watch:{
|
|
|
- crklistData(res){
|
|
|
+ crklistData(res){debugger
|
|
|
console.log('rightyop')
|
|
|
console.log(res)
|
|
|
this.pageflag = true;
|
|
@@ -49,12 +49,12 @@ export default {
|
|
|
let numList =[]
|
|
|
let numList2 =[]
|
|
|
for(let i = 0;i<res.ck.length;i++){
|
|
|
- if(i>ct) break
|
|
|
+ // if(i>ct) break
|
|
|
dateList.push(res.ck[i].name)
|
|
|
numList.push(Number(res.ck[i].count))
|
|
|
}
|
|
|
for(let i = 0;i<res.rk.length;i++){
|
|
|
- if(i>ct) break
|
|
|
+ // if(i>ct) break
|
|
|
numList2.push(Number(res.rk[i].count))
|
|
|
}
|
|
|
this.init(dateList, numList,numList2)
|