fix(测试跟踪): 复制缺陷时平台状态应该不可见
This commit is contained in:
parent
b56d1aa72a
commit
c6c0ebdac5
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue