fix(测试跟踪): 用例关联接口场景的时候报组建 undefined 的问题
This commit is contained in:
parent
3bb79f57d3
commit
d85bb7e4bd
|
@ -70,7 +70,9 @@ export default {
|
||||||
open() {
|
open() {
|
||||||
this.init();
|
this.init();
|
||||||
this.$refs.baseRelevance.open();
|
this.$refs.baseRelevance.open();
|
||||||
|
if (this.$refs.apiCaseList) {
|
||||||
this.$refs.apiCaseList.clear();
|
this.$refs.apiCaseList.clear();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
init() {
|
init() {
|
||||||
if (this.$refs.apiCaseList) {
|
if (this.$refs.apiCaseList) {
|
||||||
|
|
Loading…
Reference in New Issue