fix: 测试跟踪-测试用例-新建,标签bug修复
This commit is contained in:
parent
f09d1e7416
commit
9ec013d360
|
@ -320,6 +320,7 @@ export default {
|
|||
result: ''
|
||||
}],
|
||||
remark: '',
|
||||
tags: [],
|
||||
},
|
||||
moduleOptions: [],
|
||||
maintainerOptions: [],
|
||||
|
@ -353,7 +354,7 @@ export default {
|
|||
testCase: {},
|
||||
testCases: [],
|
||||
index: 0,
|
||||
showInputTag: false,
|
||||
showInputTag: true,
|
||||
};
|
||||
},
|
||||
props: {
|
||||
|
@ -419,6 +420,7 @@ export default {
|
|||
this.form.type = 'functional';
|
||||
this.form.method = 'manual';
|
||||
this.form.maintainer = user.id;
|
||||
this.form.tags = [];
|
||||
this.getSelectOptions();
|
||||
this.reload();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue