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