Merge pull request #2996 from dataease/dev

merge
This commit is contained in:
王嘉豪 2022-08-30 17:26:13 +08:00 committed by GitHub
commit 2698c5cca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',