fix(测试跟踪): 测试计划消息通知模板报告ID无法获取
--bug=1011346 --user=郭雨琦 报告ID参数暂定去掉,报告列表没有展示ID,没有提供ID的查询方式,
This commit is contained in:
parent
b1689a6bce
commit
65f70d8af5
|
@ -192,10 +192,6 @@ export default {
|
|||
label:this.$t('workspace.id'),
|
||||
value:'workspaceId',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.id'),
|
||||
value:'reportId',
|
||||
},
|
||||
{
|
||||
label:this.$t('commons.name'),
|
||||
value:'name',
|
||||
|
|
|
@ -193,10 +193,6 @@ export default {
|
|||
label:this.$t('workspace.id'),
|
||||
value:'workspaceId',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.id'),
|
||||
value:'reportId',
|
||||
},
|
||||
{
|
||||
label:this.$t('commons.name'),
|
||||
value:'name',
|
||||
|
|
Loading…
Reference in New Issue