diff --git a/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue b/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue index 1125a734b1..b68935dc32 100644 --- a/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue +++ b/test-track/frontend/src/business/plan/view/comonents/ui/RelevanceUiScenarioList.vue @@ -174,7 +174,6 @@ export default { if (!this.projectId) { return; } - this.getProject(this.projectId); this.selectRows = new Set(); if (this.condition.filters) { this.condition.filters.status = ["Prepare", "Underway", "Completed"]; @@ -223,19 +222,6 @@ export default { this.projectList = res.data; }); }, - getProject(projectId) { - if (projectId) { - getProjectApplicationConfig('SCENARIO_CUSTOM_NUM') - .then(result => { - let data = result.data; - if (data && data.typeValue === 'true') { - this.customNum = true; - } else { - this.customNum = false; - } - }); - } - }, changeVersion(currentVersion) { this.condition.versionId = currentVersion || null; this.search(); diff --git a/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue b/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue index f902ebb56e..8dc3634ca7 100644 --- a/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue +++ b/test-track/frontend/src/business/plan/view/comonents/ui/TestPlanUiScenarioList.vue @@ -33,13 +33,13 @@ v-if="item.id == 'num'" :fields-width="fieldsWidth" sortable - prop="customNum" + prop="num" min-width="80px" label="ID">