fix: 修改 endpoint state的参数名
This commit is contained in:
@@ -148,7 +148,6 @@ export default {
|
||||
this.object.name = this.object.name + '-copy'
|
||||
if (this.object.name.length > 64) {
|
||||
const length = this.object.name.length - 64
|
||||
console.log(length, this.object.name.length, row.name.length)
|
||||
this.object.name = row.name.substring(0, row.name.length - length) + '-copy'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user