laboratory/src/views/dataManagement/dispatching/components/AddGroupDialog.vue
@@ -101,7 +101,7 @@ handleSubmit() { this.$refs.form.validate((valid) => { if (valid) { const eventName = this.isEdit ? "update" : "submit"; const eventName = "submit"; this.$emit(eventName, {...this.form}); this.handleClose(); }