唐耀东
2022-10-12 901be26b0491501afe8eb145392a8d8c307f0138
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
      })
    },