laboratory/src/views/dataManagement/dispatching/components/AddGroupDialog.vue
@@ -102,7 +102,6 @@ this.$refs.form.validate((valid) => { if (valid) { const eventName = "submit"; console.log('this.form',this.form) this.$emit(eventName, {...this.form}); this.handleClose(); }