fix(测试跟踪): 复制缺陷时平台状态应该不可见

This commit is contained in:
chenjianxing 2022-12-16 17:44:32 +08:00 committed by jianxing
parent 17b3a03791
commit 564de38fab
1 changed files with 2 additions and 1 deletions

View File

@ -425,7 +425,8 @@ export default {
let platform = this.issueTemplate.platform;
this.platformTransitions = null;
if (this.form.platformId) {
//
if (this.form.platformId && this.form.id) {
let data = {
platformKey: this.form.platformId,
projectId: getCurrentProjectID(),