From b2514df3637d62278dad26a8a15a8a7ca322e80c Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 23 Mar 2021 20:10:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=E4=BB=8Evuex=E8=8E=B7=E5=8F=96=E9=A1=B9=E7=9B=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/FailureTestCaseList.vue | 9 +- .../homepage/components/RunningTaskList.vue | 9 +- .../components/track/case/TestCase.vue | 16 ++-- .../track/case/components/TestCaseCreate.vue | 11 ++- .../track/case/components/TestCaseEdit.vue | 17 ++-- .../track/case/components/TestCaseList.vue | 12 +-- .../track/common/TestCaseNodeTree.vue | 13 +-- .../track/common/minder/TestCaseMinder.vue | 2 +- .../track/common/minder/minderUtils.js | 86 ++++++++++--------- .../components/track/home/TrackHome.vue | 15 +++- .../components/track/plan/TestPlan.vue | 8 +- .../track/plan/components/TestPlanEdit.vue | 2 +- .../track/plan/components/TestPlanList.vue | 12 +-- .../comonents/api/TestPlanApiCaseList.vue | 4 +- .../comonents/api/TestPlanApiScenarioList.vue | 9 +- .../comonents/base/TestCaseRelevanceBase.vue | 2 +- .../functional/FunctionalTestCaseList.vue | 12 +-- .../functional/TestPlanFunctional.vue | 8 +- .../track/report/TestPlanReport.vue | 1 - .../report/components/TestPlanReportList.vue | 8 +- .../track/review/TestCaseReview.vue | 8 +- .../review/components/TestCaseReviewEdit.vue | 2 +- .../review/components/TestCaseReviewList.vue | 12 ++- .../view/components/TestReviewFunction.vue | 9 +- 24 files changed, 163 insertions(+), 124 deletions(-) diff --git a/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue b/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue index f22e9c5533..69b2797d52 100644 --- a/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue +++ b/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue @@ -41,7 +41,6 @@