fix: 测试跟踪-测试用例-新建,标签bug修复

This commit is contained in:
Captain.B 2021-01-25 17:00:51 +08:00
parent f09d1e7416
commit 9ec013d360
1 changed files with 3 additions and 1 deletions

View File

@ -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();
}