fix(Tab组件): 修复点击Tab组件时编辑区域没有及时更换显示信息
This commit is contained in:
parent
01bc8f4ed3
commit
1ad916a879
@ -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)
|
||||
}
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user