chuwu 5 年之前
父節點
當前提交
6cd8537b54
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
                 })
             },
             /**