src/views/device/equipment/index.vue
@@ -357,7 +357,7 @@ }, created() { this.getList(); //this.getSchool() this.getSchool() this.getBatch() }, methods: { @@ -374,6 +374,7 @@ // 学校 getSchool() { listSchool().then(res => { console.log(res.data) this.querySchoolList = res.data }) },