From dfdd77af97caeb82f931e285117511ec898e86f4 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 28 Oct 2022 17:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E6=B5=8B=E8=AF=95=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=E5=90=8E=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E5=AF=BC=E5=85=A5=E5=90=8C=E5=90=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019094 --user=刘瑞斌 【性能测试】资源文件-删除重新上传文件-仍提示文件已存在 https://www.tapd.cn/55049933/s/1282435 --- .../frontend/src/business/test/components/ExistFiles.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/performance-test/frontend/src/business/test/components/ExistFiles.vue b/performance-test/frontend/src/business/test/components/ExistFiles.vue index 8902331ff9..1f0d84839e 100644 --- a/performance-test/frontend/src/business/test/components/ExistFiles.vue +++ b/performance-test/frontend/src/business/test/components/ExistFiles.vue @@ -82,6 +82,7 @@ icon="el-icon-delete" type="danger" :tip="$t('commons.delete')" + :disabled="tableData.filter(f => f.name === scope.row.name).length > 0" @exec="handleDelete(scope.row)">