fix: 删除峰的时候顺带清空右下角核素列表

This commit is contained in:
Xu Zhimeng 2023-11-03 10:30:58 +08:00
parent 1b2ccfc6b7
commit 5e4abce032

View File

@ -913,6 +913,8 @@ export default {
this.resetChartOpts() this.resetChartOpts()
this.selectedKeys = [] this.selectedKeys = []
this.selectedTableItem = null
} else { } else {
this.$message.error(message) this.$message.error(message)
} }