fix: 修改 endpoint state的参数名

This commit is contained in:
zhangyu
2021-08-27 11:05:02 +08:00
parent a520ea1e8a
commit e4b998f5ee
10 changed files with 2 additions and 13 deletions

View File

@@ -150,7 +150,6 @@ export default {
this.object = { ...u, name: u.name + '-copy', id: '' }
if (this.object.name.length > 64) {
const length = this.object.name.length - 64
console.log(length, this.object.name.length, u.name.length)
this.object.name = u.name.substring(0, u.name.length - length) + '-copy'
}
this.rightBox.show = true