fix(测试跟踪): 创建测试计划时控制台报错

This commit is contained in:
shiziyuan9527 2021-04-22 17:51:44 +08:00 committed by 刘瑞斌
parent cda0f5b969
commit bee475235a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export default {
registerEvents() {
TrackEvent.$on(LIST_CHANGE, () => {
this.$refs.planRecent.recent();
this.$refs.caseRecent.recent();
// this.$refs.caseRecent.recent();
});
}
},