feat: 回滚

This commit is contained in:
骑着蜗牛追导弹 2024-11-11 21:27:12 +08:00
parent 578ac166ba
commit b8c5d4e325
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ export default {
}
]
},
formPlaceholderType: 'A',
formPlaceholderType: '',
formPlaceholderMap: {
A: '请填写IPv4地址, 如192.168.235.100',
AAAA: '请填写IPv6地址, 如ff03:0:0:0:0:0:0:c1',
@ -261,7 +261,7 @@ export default {
this.formPlaceholderType = val
},
handleCreateClick () {
this.createFormModel = this.createFormDefaultModel
this.createFormModel = { ...this.createFormDefaultModel }
this.createFormVisible = true
},
async doCreate () {