Commit af6a8e5fa45ff2b744fcc4e600a721927c13387e

Authored by LH_PC
1 parent d8f38eeb

fix:复制的时候携带tag

src/views/examinationPaper/add.vue
... ... @@ -1697,6 +1697,7 @@ export default {
1697 1697 }
1698 1698 this.form.tagId = "";
1699 1699 this.formatData(data);
  1700 + this.form.tagId = data.tagId;
1700 1701 } else {
1701 1702 this.$message.error(info);
1702 1703 }
... ...