baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
af6a8e5fa45ff2b744fcc4e600a721927c13387e
Authored by
LH_PC
2024-11-27 15:16:20 +0800
1 parent
d8f38eeb
fix:复制的时候携带tag
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/examinationPaper/add.vue
src/views/examinationPaper/add.vue
View file @
af6a8e5
...
...
@@ -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
}
...
...