main
han 5 months ago
parent 469008099e
commit 7997854e7f
  1. 2
      src/views/pages/AI-Document-Correction/index.vue

@ -278,7 +278,7 @@ export default {
docType: row.docType,
subType: row.subType,
title: row.title,
keywords: row.keywords,
keywords: this.form.keywords??row.keywords,
}
this.$router.push({name: 'DocumentCorrectionDialog', params: {data: params}});
}

Loading…
Cancel
Save