fix(缺陷管理): 弹出窗口不显示模块
--bug=1007287 --user=lyh 缺陷管理,弹出窗口不显示模块 https://www.tapd.cn/55049933/s/1057831
This commit is contained in:
parent
218845e3ab
commit
ce4415473f
|
@ -115,7 +115,6 @@ export default {
|
||||||
this.initTableData();
|
this.initTableData();
|
||||||
},
|
},
|
||||||
projectId() {
|
projectId() {
|
||||||
this.getProjectNode();
|
|
||||||
this.initTableData();
|
this.initTableData();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -134,6 +133,7 @@ export default {
|
||||||
this.condition.nodeIds = [];
|
this.condition.nodeIds = [];
|
||||||
}
|
}
|
||||||
if (this.projectId) {
|
if (this.projectId) {
|
||||||
|
this.getProjectNode();
|
||||||
this.condition.projectId = this.projectId;
|
this.condition.projectId = this.projectId;
|
||||||
this.condition.testCaseContainIds = Array.from(this.testCaseContainIds)
|
this.condition.testCaseContainIds = Array.from(this.testCaseContainIds)
|
||||||
this.result = this.$post('/test/case/relate/issue/' + +this.currentPage + '/' + this.pageSize, this.condition, response => {
|
this.result = this.$post('/test/case/relate/issue/' + +this.currentPage + '/' + this.pageSize, this.condition, response => {
|
||||||
|
@ -155,10 +155,10 @@ export default {
|
||||||
{projectId: this.projectId}, response => {
|
{projectId: this.projectId}, response => {
|
||||||
this.treeNodes = response.data;
|
this.treeNodes = response.data;
|
||||||
});
|
});
|
||||||
this.selectNodeIds = [];
|
|
||||||
},
|
},
|
||||||
open() {
|
open() {
|
||||||
this.$refs.baseRelevance.open();
|
this.$refs.baseRelevance.open();
|
||||||
|
this.selectNodeIds = [];
|
||||||
this.initTableData();
|
this.initTableData();
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
|
Loading…
Reference in New Issue