-- fix 导入面授课

This commit is contained in:
yuping
2023-02-21 23:47:25 +08:00
parent da9bc3cb9a
commit 902e895ff8
2 changed files with 1 additions and 2 deletions

View File

@@ -758,7 +758,7 @@
<div class="btn2" @click="exportGroup">
<span class="btn2text">导出小组</span>
</div>
<ImpoterGroupLeader :url="`/admin/studentGroup/importGroup`" :template-url="`/admin/studentGroup/exportGroup/${projectId}`">
<ImpoterGroupLeader :data="{targetId:projectId,type:1}" :url="`/admin/studentGroup/importGroup`" :template-url="`/admin/studentGroup/exportGroup/${projectId}`">
<div class="btn2">
<span class="btn2text">导入小组长</span>
</div>