forked from github/dataease
fix: 【数据集】替换时提示名称过长
This commit is contained in:
parent
796c2444db
commit
f7aaa32cb7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user