“dzb”
2022-11-04 4b0df650a1fe818218e7f8ac0c6ff8f0150371b6
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) {