Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-02-01 13:21:24 +08:00
6 changed files with 143 additions and 108 deletions

View File

@@ -78,7 +78,7 @@
</div>
</template>
<script setup>
import {computed, createVNode, defineProps, ref, watch} from "vue";
import {computed, createVNode, defineProps, defineExpose, ref, watch} from "vue";
import {usePage} from "@/api/request";
import {STUDENT_LIST} from "@/api/apis";
import {delStudentList} from "@/api/index1";