feat: 回滚
This commit is contained in:
parent
578ac166ba
commit
b8c5d4e325
|
@ -192,7 +192,7 @@ export default {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
formPlaceholderType: 'A',
|
formPlaceholderType: '',
|
||||||
formPlaceholderMap: {
|
formPlaceholderMap: {
|
||||||
A: '请填写IPv4地址, 如:192.168.235.100',
|
A: '请填写IPv4地址, 如:192.168.235.100',
|
||||||
AAAA: '请填写IPv6地址, 如:ff03:0:0:0:0:0:0:c1',
|
AAAA: '请填写IPv6地址, 如:ff03:0:0:0:0:0:0:c1',
|
||||||
|
@ -261,7 +261,7 @@ export default {
|
||||||
this.formPlaceholderType = val
|
this.formPlaceholderType = val
|
||||||
},
|
},
|
||||||
handleCreateClick () {
|
handleCreateClick () {
|
||||||
this.createFormModel = this.createFormDefaultModel
|
this.createFormModel = { ...this.createFormDefaultModel }
|
||||||
this.createFormVisible = true
|
this.createFormVisible = true
|
||||||
},
|
},
|
||||||
async doCreate () {
|
async doCreate () {
|
||||||
|
|
Loading…
Reference in New Issue