fix(Tab组件): 修复点击Tab组件时编辑区域没有及时更换显示信息

This commit is contained in:
wangjiahao 2022-08-30 17:17:36 +08:00
parent 01bc8f4ed3
commit 1ad916a879
2 changed files with 1 additions and 1 deletions

View File

@ -277,6 +277,7 @@ export default {
})
if (newVal && activeTabInner) {
this.$store.commit('setCurActiveTabInner', activeTabInner)
this.$store.dispatch('chart/setViewId', activeTabInner.propValue.viewId)
} else {
this.$store.commit('setCurActiveTabInner', null)
}

View File

@ -401,7 +401,6 @@ export default {
hour: 'hour',
minute: 'minute',
by_task_name: 'Search by task name',
delete_this_task: 'Are you sure to delete this task?',
message_receiving_management: 'Message receiving management',
upload_failed: 'Upload failed',
is_not_supported: 'The file format is not supported',