13404089107
2025-06-26 3a35a24029969e7725336f1da790470210c6aba3
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();
        }