董国庆
2025-06-25 d8d68a0aee93073b5ec3195368ca0ed1076f66a2
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();
        }