Explorar o código

Merge branch 'master' of http://39.106.8.246:3003/web/ibms

zhulizhen %!s(int64=5) %!d(string=hai) anos
pai
achega
392bc3a2c4
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()
                 })
             },
             /**