Commit 7f59263998e3c20c4897da116fc4f7c23d467210

Authored by liufangjia
2 parents 201a364e 9013e5c1

Merge branch 'ezTeach-2.0.0.0.release' of http://120.78.57.84/baoman/Ezquiz_Plat…

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