fix: Peak后选中原来那条数据

This commit is contained in:
Xu Zhimeng 2023-12-13 15:53:32 +08:00
parent 6d733a34b0
commit b337f5c8f0

View File

@ -844,8 +844,7 @@ export default {
barChart barChart
) )
this.list = table this.list = table
this.selectedKeys = [] this.handleTableRowClick(this.list[this.curRow])
this.selectedTableItem = null
}, },
// Fit Peak XXX Cancel // Fit Peak XXX Cancel