diff --git a/framework/sdk-parent/frontend/src/components/table/MsTable.vue b/framework/sdk-parent/frontend/src/components/table/MsTable.vue index ecce2f303e..ab711582ac 100644 --- a/framework/sdk-parent/frontend/src/components/table/MsTable.vue +++ b/framework/sdk-parent/frontend/src/components/table/MsTable.vue @@ -27,9 +27,18 @@ @row-click="handleRowClick" ref="table" > - + - + @@ -565,7 +574,7 @@ export default { this.tableActive = true; }); this.listenRowDrop(); - this.$emit('headChange'); + this.$emit("headChange"); }, toggleRowSelection() { this.$refs.table.toggleRowSelection(); diff --git a/test-track/frontend/src/business/report/components/TestPlanReportList.vue b/test-track/frontend/src/business/report/components/TestPlanReportList.vue index 1b67b9b03f..b7fdf8510d 100644 --- a/test-track/frontend/src/business/report/components/TestPlanReportList.vue +++ b/test-track/frontend/src/business/report/components/TestPlanReportList.vue @@ -1,13 +1,16 @@