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:
commit
e001cf47af
|
@ -674,6 +674,7 @@ public class TestPlanService {
|
||||||
caseTestRelevance(request, subList);
|
caseTestRelevance(request, subList);
|
||||||
});
|
});
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
sqlSession.rollback();
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
} finally {
|
} finally {
|
||||||
if (sqlSession != null && sqlSessionFactory != null) {
|
if (sqlSession != null && sqlSessionFactory != null) {
|
||||||
|
|
|
@ -448,7 +448,7 @@ export default {
|
||||||
if (this.condition.filters) {
|
if (this.condition.filters) {
|
||||||
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
|
this.condition.filters.review_status = ["Prepare", "Underway", "Pass", "UnPass"];
|
||||||
} else {
|
} 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;
|
let ids = this.$route.params.ids;
|
||||||
if (ids) {
|
if (ids) {
|
||||||
|
|
Loading…
Reference in New Issue