mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
fix
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user