fix(测试计划): 测试计划功能关联功能用例,按照自定义ID筛选后关联数据与筛选数据对不上

This commit is contained in:
AgAngle 2024-04-10 19:50:40 +08:00 committed by Craftsman
parent d1758335f7
commit 0475180f2f
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ export default {
param.ids = this.$refs.table.selectIds;
param.request = this.page.condition;
param.checked = item;
param.request.customNum = this.customNum;
this.save(param, this);
},
nodeChange(node, nodeIds, nodeNames) {