This commit is contained in:
wyx
2023-01-31 18:49:05 +08:00
parent 409bc0819a
commit 18bffa1512

View File

@@ -80,7 +80,7 @@
</div> </div>
</template> </template>
<script setup> <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 {usePage} from "@/api/request";
import {STUDENT_LIST} from "@/api/apis"; import {STUDENT_LIST} from "@/api/apis";
import {delStudentList} from "@/api/index1"; import {delStudentList} from "@/api/index1";