修改npm报错问题

This commit is contained in:
NiSen
2023-09-12 17:21:21 +08:00
parent 4b99a415e2
commit 47e788f764
35 changed files with 35 additions and 35 deletions

View File

@@ -390,7 +390,7 @@
</div>
</a-modal>
</template>
<script setup>
<script setup lang="jsx">
import {computed, defineProps, onMounted, ref, watch} from "vue";
import {delStudentList, getStuPage, batchUpdateStatus, auditStudentBatch} from "@/api/index1";
import ChangeGroupModal from "@/components/student/ChangeGroupModal.vue";