fix(性能测试): 修复编辑测试时删除文件后不能继续导入同名文件的问题
--bug=1019094 --user=刘瑞斌 【性能测试】资源文件-删除重新上传文件-仍提示文件已存在 https://www.tapd.cn/55049933/s/1282435
This commit is contained in:
parent
ca22307006
commit
dfdd77af97
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue