Skip to content

Commit e3e906e

Browse files
Add minor changes (3)
1 parent 7cc16cc commit e3e906e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Vue/src/App.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ export default {
242242
if (!result.isValid)
243243
return;
244244
245-
if (this.isNewRecord)
246-
this.employeeStore.insert(this.formData);
247-
else
248-
this.employeeStore.update(this.formData["ID"], this.formData);
245+
if (this.isNewRecord)
246+
this.employeeStore.insert(this.formData);
247+
else
248+
this.employeeStore.update(this.formData["ID"], this.formData);
249249
250-
this.grid.refresh(true);
251-
this.hidePopup();
250+
this.grid.refresh(true);
251+
this.hidePopup();
252252
},
253253
hidePopup() {
254254
this.visible = false;

0 commit comments

Comments
 (0)