fix(性能测试): 修复编辑测试时删除文件后不能继续导入同名文件的问题
--bug=1019094 --user=刘瑞斌 【性能测试】资源文件-删除重新上传文件-仍提示文件已存在 https://www.tapd.cn/55049933/s/1282435
This commit is contained in:
parent
7933e44c0f
commit
37f2640e09
|
@ -82,6 +82,7 @@
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
type="danger"
|
type="danger"
|
||||||
:tip="$t('commons.delete')"
|
:tip="$t('commons.delete')"
|
||||||
|
:disabled="tableData.filter(f => f.name === scope.row.name).length > 0"
|
||||||
@exec="handleDelete(scope.row)">
|
@exec="handleDelete(scope.row)">
|
||||||
</ms-table-operator-button>
|
</ms-table-operator-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue