更改了数据的加载方式

This commit is contained in:
Su 2025-01-17 22:32:12 +08:00
parent 7aa48aba48
commit f0db8e010d
1 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@
</div>
<div class="bottom-box">
<div class="left-side">
<a-card>
<a-card :loading="loading">
<div style="width: 100%; height: 350px" id="map2"> </div>
</a-card>
</div>
@ -211,7 +211,6 @@ export default {
this.getCollegeOptions();
this.getEntrydate();
//this.map2Chart();
},
methods: {
allQuery() {
@ -442,7 +441,7 @@ export default {
// const college1 = this.college;
let option = {
title: {
text: '本年级学院四级通过率排名',
text: '本年级学院四级通过率排名',
textStyle: {
fontSize: 16,
},