mg
2022-11-04 24f59046a3dc1beb82e8906f6c15ad38332fd3c9
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) {