Merge remote-tracking branch 'origin/v2.9' into v2.9

# Conflicts:
#	test-track/backend/src/main/java/io/metersphere/plan/service/TestPlanService.java
#	workstation/frontend/src/business/component/CaseTableList.vue
This commit is contained in:
liqiang-fit2cloud 2023-04-28 18:10:43 +08:00
commit e001cf47af
2 changed files with 2 additions and 1 deletions

View File

@ -674,6 +674,7 @@ public class TestPlanService {
caseTestRelevance(request, subList);
});
} catch (Exception e) {
sqlSession.rollback();
throw new RuntimeException(e);
} finally {
if (sqlSession != null && sqlSessionFactory != null) {

View File

@ -448,7 +448,7 @@ export default {
if (this.condition.filters) {
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
} else {
this.condition.filters = { review_status: ["Prepare", "Underway", "Pass", "UnPass"] };
this.condition.filters = { review_status: ["Prepare", "Underway", "Pass", "UnPass"]};
}
let ids = this.$route.params.ids;
if (ids) {