A optimize

This commit is contained in:
zhenorzz 2021-05-21 11:45:27 +08:00
parent a3ac3c848a
commit 38056d0c24

View File

@ -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
},