董国庆
2025-06-21 43d41f83451a4038c72f20442a78a3b02174c567
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();
        }