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