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()
                 })
             },
             /**