fix(性能测试): 修复编辑测试时删除文件后不能继续导入同名文件的问题

--bug=1019094 --user=刘瑞斌 【性能测试】资源文件-删除重新上传文件-仍提示文件已存在 https://www.tapd.cn/55049933/s/1282435
This commit is contained in:
CaptainB 2022-10-28 17:20:31 +08:00 committed by 刘瑞斌
parent ca22307006
commit dfdd77af97
1 changed files with 1 additions and 0 deletions

View File

@ -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)">
</ms-table-operator-button>
</template>