fix(测试计划): 测试计划功能关联功能用例,按照自定义ID筛选后关联数据与筛选数据对不上
This commit is contained in:
parent
d1758335f7
commit
0475180f2f
|
@ -302,6 +302,7 @@ export default {
|
||||||
param.ids = this.$refs.table.selectIds;
|
param.ids = this.$refs.table.selectIds;
|
||||||
param.request = this.page.condition;
|
param.request = this.page.condition;
|
||||||
param.checked = item;
|
param.checked = item;
|
||||||
|
param.request.customNum = this.customNum;
|
||||||
this.save(param, this);
|
this.save(param, this);
|
||||||
},
|
},
|
||||||
nodeChange(node, nodeIds, nodeNames) {
|
nodeChange(node, nodeIds, nodeNames) {
|
||||||
|
|
Loading…
Reference in New Issue