-
+
diff --git a/frontend/src/views/task/NotifyList.vue b/frontend/src/views/task/NotifyList.vue
index e92bd0260..757db6520 100644
--- a/frontend/src/views/task/NotifyList.vue
+++ b/frontend/src/views/task/NotifyList.vue
@@ -189,11 +189,6 @@ export default {
created () {
getAllGroupNameList().then((res) => {
this.groupNameList = res.data
- if (this.groupNameList !== null && this.groupNameList.length > 0) {
- this.queryParam['groupName'] = this.groupNameList[0]
- this.$refs.table.refresh(true)
- this.handleChange(this.groupNameList[0])
- }
})
const groupName = this.$route.query.groupName
diff --git a/frontend/src/views/task/SceneList.vue b/frontend/src/views/task/SceneList.vue
index 03b5137ec..3cc859a55 100644
--- a/frontend/src/views/task/SceneList.vue
+++ b/frontend/src/views/task/SceneList.vue
@@ -216,11 +216,6 @@ export default {
created () {
getAllGroupNameList().then((res) => {
this.groupNameList = res.data
- if (this.groupNameList !== null && this.groupNameList.length > 0) {
- this.queryParam['groupName'] = this.groupNameList[0]
- this.$refs.table.refresh(true)
- this.handleChange(this.groupNameList[0])
- }
})
},
methods: {