成绩查询
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -49,9 +49,7 @@ | ... | @@ -49,9 +49,7 @@ |
| 49 | <script setup> | 49 | <script setup> |
| 50 | import { ref } from 'vue' | 50 | import { ref } from 'vue' |
| 51 | import { ElMessage } from 'element-plus' | 51 | import { ElMessage } from 'element-plus' |
| 52 | import { | 52 | import { getqySchedule } from '@/apiPc/common' |
| 53 | getqySchedule | ||
| 54 | } from '@/apiPc/common' | ||
| 55 | import { useStorage } from '@vueuse/core/index' | 53 | import { useStorage } from '@vueuse/core/index' |
| 56 | import { fillImgUrl } from '/@/utils/ruoyi' | 54 | import { fillImgUrl } from '/@/utils/ruoyi' |
| 57 | 55 | ... | ... |
-
Please register or sign in to post a comment