chuwu %!s(int64=5) %!d(string=hai) anos
pai
achega
6cd8537b54
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/point/config_point/steps/step1.vue

+ 1 - 1
src/views/point/config_point/steps/step1.vue

@@ -403,7 +403,6 @@
                         await this.create(createList[i])
                     }
                 }
-                this.getData()
                 this.changeFlag = true
             },
             async create(obj) {
@@ -422,6 +421,7 @@
                     type: this.protocolType
                 }, res => {
                     obj.Id = res.Id
+                    this.getData()
                 })
             },
             /**