fix(测试跟踪): 用例评审关联用例选中版本后,切换项目数据没有更新

--bug=1014308 --user=陈建星 【测试跟踪】用例评审关联用例选中版本后,切换项目数据没有更新 https://www.tapd.cn/55049933/s/1188747
This commit is contained in:
chenjianxing 2022-06-22 17:46:31 +08:00 committed by f2c-ci-robot[bot]
parent 788fda025a
commit b05f4d1b90
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ export default {
},
projectId() {
this.condition.projectId = this.projectId;
this.condition.versionId = null;
this.getVersionOptions();
this.getProjectNode();
}