CN-1592 fix: 修复tag下拉时重复请求和报错的问题

This commit is contained in:
chenjinsong
2024-04-22 14:18:16 +08:00
parent 27c4449a39
commit c8b831b412
2 changed files with 9 additions and 1 deletions

View File

@@ -722,8 +722,10 @@ export default {
this.noMinutes = false
this.disableToEntity = false
clearInterval(this.interval)
this.expandedIds = []
if (expandedRows.length > 0 && row) {
this.init(row)
// this.init(row)
this.expandedIds.push(row.id)
this.$nextTick(() => {
const uniqueEntityObservedDom = document.getElementById('uniqueEntityObserved' + row.id)
if (uniqueEntityObservedDom) {