mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-04 21:21:40 +08:00
A optimize
This commit is contained in:
parent
a3ac3c848a
commit
38056d0c24
@ -273,7 +273,6 @@ export default defineComponent({
|
||||
created() {
|
||||
this.getList()
|
||||
this.getTotal()
|
||||
this.getServerOption()
|
||||
},
|
||||
|
||||
methods: {
|
||||
@ -321,6 +320,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
handleAdd() {
|
||||
this.getServerOption()
|
||||
this.formData.id = 0
|
||||
this.dialogVisible = true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user