fix: 【数据集】替换时提示名称过长

This commit is contained in:
taojinlong 2022-05-01 16:32:28 +08:00
parent 796c2444db
commit f7aaa32cb7

View File

@ -322,7 +322,7 @@ export default {
})
return
}
if (selectNode[i].datasetName.length > 50) {
if (selectNode[i].datasetName.length > 50 && !this.param.tableId) {
validate = false
this.$message({
showClose: true,