fix: 划入 清除定时器
This commit is contained in:
@@ -323,6 +323,10 @@ export default {
|
||||
this.$set(item[type], 'loading', loading)
|
||||
}, 200)
|
||||
} else {
|
||||
if (item[type].timeout) {
|
||||
clearTimeout(item[type].timeout)
|
||||
item[type].timeout = null
|
||||
}
|
||||
this.$set(item[type], 'loading', loading)
|
||||
}
|
||||
// this.$set(this.tableData,index,item);// 调用父组件
|
||||
|
||||
Reference in New Issue
Block a user