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