例子为vue项目:
data:{
time:500
},
rowClick(row) {
let self = this
clearTimeout(self.time)
self.time = setTimeout(function(row) {
console.log(row)
}, 1000, row);
},
详见低代码程序:index 主界面