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) {