diff --git a/frontend/src/business/components/common/components/graph/DependenciesList.vue b/frontend/src/business/components/common/components/graph/DependenciesList.vue index ba5fd0db3a..6cdff06dd3 100644 --- a/frontend/src/business/components/common/components/graph/DependenciesList.vue +++ b/frontend/src/business/components/common/components/graph/DependenciesList.vue @@ -25,7 +25,7 @@ - + @@ -67,8 +67,12 @@ export default { getRelationshipGraph(this.resourceId, this.resourceType, (data) => { this.graphData = data; this.$refs.relationshipGraph.open(); + this.$emit("openDependGraphDrawer", true); }); }, + closeRelationGraph() { + this.$emit("openDependGraphDrawer", false); + }, setPreCount(count) { this.preCount = count; this.$emit('setCount', this.preCount + this.postCount); diff --git a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue index fbe5aa083d..120e42ebe9 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue @@ -55,6 +55,7 @@ @@ -195,7 +196,7 @@ export default { uploadFiles: [], relateFiles: [], unRelateFiles: [], - dumpFile: {}, + dumpFile: {} }; }, computed: { @@ -255,6 +256,9 @@ export default { setRelationshipCount(count) { this.relationshipCount = count; }, + setRelationshipGraph(val) { + this.$emit("syncRelationGraphOpen", val); + }, reset() { this.tabActiveName = "remark"; }, diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue index 2f6d647776..645a8e077b 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue @@ -110,7 +110,7 @@ @@ -121,7 +121,7 @@ - +
{ this.titleWith = 0; @@ -629,7 +633,8 @@ p { } /deep/ .el-scrollbar__bar.is-vertical { - z-index: 3; + z-index: 0; + width: 0; } .head-bar { diff --git a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue index 7e09cda4a8..2eab35ed7d 100644 --- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue +++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue @@ -115,6 +115,7 @@ @@ -126,7 +127,7 @@
- +