diff --git a/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue b/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue index fd79938793..a8501b94f0 100644 --- a/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue +++ b/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue @@ -195,7 +195,6 @@ export default { 'status', 'principal', 'stepTotal', - 'followPeople', 'schedule', 'createTime', 'updateTime', diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue index 7bd8fc33af..5c7b7fb5cc 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue @@ -190,7 +190,6 @@ export default { 'status', 'principal', 'stepTotal', - 'followPeople', 'schedule', 'createTime', 'updateTime', diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue index 6946d83723..0f76bb891e 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue @@ -206,7 +206,6 @@ export default { 'casePassingRate', 'deleteTime', 'deleteUserId', - 'followPeople', 'order' ], caseVariables: [ @@ -228,7 +227,6 @@ export default { 'deleteTime', 'deleteUserId', 'version', - 'followPeople', 'order' ] }; diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue index 7a336d94db..cb6109efcc 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue @@ -198,7 +198,6 @@ export default { 'casePassingRate', 'deleteTime', 'deleteUserId', - 'followPeople', 'order' ] }; diff --git a/frontend/src/business/components/settings/workspace/components/performance/PerformanceTestNotification.vue b/frontend/src/business/components/settings/workspace/components/performance/PerformanceTestNotification.vue index 2c304442ad..c059354633 100644 --- a/frontend/src/business/components/settings/workspace/components/performance/PerformanceTestNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/performance/PerformanceTestNotification.vue @@ -191,7 +191,6 @@ export default { 'createUser', 'scenarioVersion', 'scenarioId', - 'followPeople', 'order' ] }; diff --git a/frontend/src/business/components/settings/workspace/components/track/TestCaseNotification.vue b/frontend/src/business/components/settings/workspace/components/track/TestCaseNotification.vue index 6ac5f278e7..a96380116e 100644 --- a/frontend/src/business/components/settings/workspace/components/track/TestCaseNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/track/TestCaseNotification.vue @@ -197,7 +197,6 @@ export default { 'tags', 'demandId', 'demandName', - 'followPeople', 'status', 'stepModel', 'customNum',