Commit 20fff85c by 刘泽奇

123

parent 9821b34e
...@@ -177,7 +177,7 @@ module.exports= ...@@ -177,7 +177,7 @@ module.exports=
}, },
onchange:function(curval){ onchange:function(curval){
console.log(this.sels,"bbbbbbbbbbbbbbbbbb"); console.log(this.sels,curval,"bbbbbbbbbbbbbbbbbb");
if(this.fetchtype=="history" && this.showhistory){ if(this.fetchtype=="history" && this.showhistory){
if(this.dataSouce && this.dataSouce.length>0){ if(this.dataSouce && this.dataSouce.length>0){
for(var i=0;i<this.dataSouce.length;i++){ for(var i=0;i<this.dataSouce.length;i++){
......
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