CN-1592 fix: 修复tag下拉切换状态问题

This commit is contained in:
chenjinsong
2024-04-16 09:43:58 +08:00
parent 397b254ec5
commit 1782c88ea9

View File

@@ -660,6 +660,7 @@ export default {
dropExpandChange (row, expandedRows, flag) {
this.curExpendDataType = this.$t('tag.uniqueEntityObserved')
this.curExpendDataTypeVal = 'uniqueEntityObserved'
this.disableToEntity = false
this.expandedIds = []
clearInterval(this.interval)
if (expandedRows.length > 0 && row) {