fix(测试用例): 批量编辑时去掉遗留用例字段
This commit is contained in:
parent
297f70ec6b
commit
03fe07833e
|
@ -287,8 +287,6 @@ export default {
|
||||||
],
|
],
|
||||||
typeArr: [
|
typeArr: [
|
||||||
{id: 'priority', name: this.$t('test_track.case.priority')},
|
{id: 'priority', name: this.$t('test_track.case.priority')},
|
||||||
{id: 'type', name: this.$t('test_track.case.type')},
|
|
||||||
{id: 'method', name: this.$t('test_track.case.method')},
|
|
||||||
{id: 'maintainer', name: this.$t('test_track.case.maintainer')},
|
{id: 'maintainer', name: this.$t('test_track.case.maintainer')},
|
||||||
],
|
],
|
||||||
valueArr: {
|
valueArr: {
|
||||||
|
|
Loading…
Reference in New Issue