fix(测试跟踪): 公共用例库复制及批量复制问题

--bug=1023409 --user=宋昌昌 【测试跟踪】功能用例-公共用例库列表-操作-复制/批量复制-失败 https://www.tapd.cn/55049933/s/1338891
This commit is contained in:
song-cc-rock 2023-02-20 18:26:25 +08:00 committed by fit2-zhao
parent 772d3b9561
commit 1ed6350ed0
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ export default {
},
handleBatchCopy() {
let firstSelectRow = this.$refs.table.selectRows.values().next().value;
this.$refs.testBatchMove.open(false, firstSelectRow.name, this.treeNodes, this.$refs.table.selectIds.length, this.$refs.table.selectIds, this.moduleOptions);
this.$refs.testBatchMove.open(false, firstSelectRow.name, this.treeNodes, this.selectCounts, this.$refs.table.selectIds, this.moduleOptions);
},
copyPublic(param) {
param.condition = this.condition;