From 1ed6350ed02683f35032fb679d1f9cba86d29ff9 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 20 Feb 2023 18:26:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E7=94=A8=E4=BE=8B=E5=BA=93=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=8F=8A=E6=89=B9=E9=87=8F=E5=A4=8D=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1023409 --user=宋昌昌 【测试跟踪】功能用例-公共用例库列表-操作-复制/批量复制-失败 https://www.tapd.cn/55049933/s/1338891 --- .../src/business/case/components/public/PublicTestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/case/components/public/PublicTestCaseList.vue b/test-track/frontend/src/business/case/components/public/PublicTestCaseList.vue index 49518909d8..7097bfe9c0 100644 --- a/test-track/frontend/src/business/case/components/public/PublicTestCaseList.vue +++ b/test-track/frontend/src/business/case/components/public/PublicTestCaseList.vue @@ -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;