唐耀东
2022-09-13 34e9605033b51eed37a3c7e1df4e4a2f394c9ab0
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
      })
    },