src/views/components/school/index.vue @@ -41,7 +41,6 @@ }, methods: { getList() { this.loading = true; listSchool(this.queryParams).then(r => { this.list = r.data; if (this.list.length > 0) {