fix -- 导入组长和路径图

This commit is contained in:
yuping
2023-02-21 03:02:34 +08:00
parent 86234bb1f0
commit 51b435c46b
4 changed files with 261 additions and 377 deletions

View File

@@ -758,9 +758,12 @@
<div class="btn2" @click="exportGroup">
<span class="btn2text">导出小组</span>
</div>
<div class="btn2" @click="importGroupLeader">
<span class="btn2text">导入小组长</span>
</div>
<ImpoterGroupLeader :url="`/admin/studentGroup/importGroup`" :template-url="`/admin/studentGroup/exportGroup/${projectId}`">
<div class="btn2">
<span class="btn2text">导入小组长</span>
</div>
</ImpoterGroupLeader>
</div>
<!-- 小组列表 -->
<div class="groupmain">
@@ -2106,12 +2109,6 @@
:checkgroupStuId="checkgroupStuId"
/>
<!-- 换组弹窗 -->
<!-- 导入小组长 -->
<ImpoterGroupLeader
v-model:ImpoterGroupLeaderV="ImpoterGroupLeaderV"
:projectId="projectId"
/>
<!-- 导入小组长 -->
</div>
</template>
<script>