diff --git a/api-test/frontend/src/business/automation/report/ApiReportList.vue b/api-test/frontend/src/business/automation/report/ApiReportList.vue index 7a86b4c296..4d152ac30f 100644 --- a/api-test/frontend/src/business/automation/report/ApiReportList.vue +++ b/api-test/frontend/src/business/automation/report/ApiReportList.vue @@ -265,7 +265,6 @@ export default { this.selectAll = false; this.unSelection = []; this.selectDataCounts = 0; - this.condition.reportType = this.reportType; if (this.condition.orders && this.condition.orders.length > 0) { let order = this.condition.orders[this.condition.orders.length - 1]; diff --git a/api-test/frontend/src/business/home/ApiHome.vue b/api-test/frontend/src/business/home/ApiHome.vue index 7de0e5dab6..967cfd1e51 100644 --- a/api-test/frontend/src/business/home/ApiHome.vue +++ b/api-test/frontend/src/business/home/ApiHome.vue @@ -183,7 +183,7 @@ export default { border: 1px solid rgba(31, 35, 41, 0.15); border-right-width: 0; border-left-width: 0; - color: #1F2329; + color: #646A73; line-height: 22px; }