diff --git a/core/frontend/src/views/dataFilling/form/index.vue b/core/frontend/src/views/dataFilling/form/index.vue index bad6a293cb..2b36a99de9 100644 --- a/core/frontend/src/views/dataFilling/form/index.vue +++ b/core/frontend/src/views/dataFilling/form/index.vue @@ -194,6 +194,11 @@ export default { this.displayFormData = res.data }) } + }, + tabClick() { + if (this.activeName === 'my-tasks') { + this.$router.push('/data-filling/my-jobs') + } } } } @@ -208,15 +213,14 @@ export default { - - 我的填报 - + 我的填报 diff --git a/core/frontend/src/views/dataFilling/myTask/index.vue b/core/frontend/src/views/dataFilling/myTask/index.vue index 47a88cca1f..b6f18c758f 100644 --- a/core/frontend/src/views/dataFilling/myTask/index.vue +++ b/core/frontend/src/views/dataFilling/myTask/index.vue @@ -282,6 +282,11 @@ export default { } else { this.searchTableMyTaskData() } + }, + tabClick() { + if (this.activeName === 'forms') { + this.$router.push('/data-filling/forms') + } } } @@ -298,6 +303,7 @@ export default { - - 表单管理 - + 表单管理