董国庆
2025-06-30 9fe11a3b1c7ca926e2f4e97e36c2911c290a0ab2
laboratory/src/views/dataManagement/dispatching/components/AddGroupDialog.vue
@@ -102,7 +102,7 @@
      this.$refs.form.validate((valid) => {
        if (valid) {
          const eventName = "submit";
          this.$emit(eventName, {...this.form});
          this.$emit(eventName, {...this.form,id:this.form.id || new Date().getTime()});
          this.handleClose();
        }
      });