|
@@ -197,7 +197,7 @@
|
|
|
watch: {
|
|
|
xiaobaninput: {
|
|
|
handler: function() {
|
|
|
- debounce(this.xiaobansearch, 1000, false)
|
|
|
+ debounce(this.xiaobansearch, 500, false)
|
|
|
}
|
|
|
},
|
|
|
},
|
|
@@ -254,7 +254,10 @@
|
|
|
})
|
|
|
},
|
|
|
getRightScrollData(){
|
|
|
- rightScrollData().then(res=>{
|
|
|
+ let param = {
|
|
|
+ smallNumber : this.xiaobaninput
|
|
|
+ }
|
|
|
+ rightScrollData(param).then(res=>{
|
|
|
// console.log('this.scrollBoardConfig',this.scrollBoardConfig);
|
|
|
this.scrollBoardConfig.data = [];
|
|
|
res.rows.forEach(element => {
|