“dzb”
2022-11-04 b937b8a5272dd806765f3391154f7191ad97b332
src/views/systemSetting/device/loudspeaker/index.vue
@@ -197,10 +197,8 @@
        pageSize,
        state: context,
      }).then((res) => {
        if (res.data.code == 200) {
          this.list = res.data.data.records;
          this.totalNum = res.data.data.total;
        }
          this.list = res.records;
          this.totalNum = res.total;
      });
    },
    handleStateChange(e) {