This commit is contained in:
zhangyc
2022-12-17 21:27:31 +08:00
parent 79d4a0db00
commit e840fa2cc1

View File

@@ -62,7 +62,7 @@
</div>
</template>
<script setup>
import {computed, defineProps, onMounted, ref, watch} from "vue";
import {computed, defineProps, onMounted, ref} from "vue";
import {delStudentList, getStuPage} from "@/api/index1";
import CommonStudent from '@/components/student/CommonStudent'