diff --git a/frontend/src/components/widget/DeWidget/DeTabs.vue b/frontend/src/components/widget/DeWidget/DeTabs.vue index 7faa4f591b..2502b260fc 100644 --- a/frontend/src/components/widget/DeWidget/DeTabs.vue +++ b/frontend/src/components/widget/DeWidget/DeTabs.vue @@ -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) } diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index 8bef9a2cf6..a5fc91d8f9 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -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',