fix(测试用例): 点击关联缺陷Tab控制台报异常
This commit is contained in:
parent
09c78b0d14
commit
f320c296cc
|
@ -97,7 +97,10 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getIssues() {
|
getIssues() {
|
||||||
this.page.result = getIssuesByCaseId(this.caseId, this.page);
|
let result = getIssuesByCaseId(this.caseId, this.page);
|
||||||
|
if (result) {
|
||||||
|
this.page.result = result;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
appIssue() {
|
appIssue() {
|
||||||
if (!this.caseId) {
|
if (!this.caseId) {
|
||||||
|
|
Loading…
Reference in New Issue