zhanghua
2022-11-04 7cf8c1c27ded519cde2e0c3b0099a6a00dabcd9c
src/views/systemSetting/device/handheldTerminal/index.vue
@@ -194,10 +194,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) {