fix: 恢复被覆盖的提交

This commit is contained in:
chenjinsong
2022-06-22 10:53:09 +08:00
parent db1a9a1c9c
commit 82776c123e

View File

@@ -356,11 +356,10 @@ export default {
}, },
dropExpandChange (row, expandedRows) { dropExpandChange (row, expandedRows) {
this.expandedIds = [] this.expandedIds = []
clearInterval(this.interval)
if (expandedRows.length > 0 && row) { if (expandedRows.length > 0 && row) {
this.expandedIds.push(row.id) this.expandedIds.push(row.id)
this.datePickerChange(row) this.datePickerChange(row)
} else {
clearInterval(this.interval)
} }
}, },
datePickerChange (row) { datePickerChange (row) {