diff --git a/src/apps/AppBroadcast/selectEquipment.vue b/src/apps/AppBroadcast/selectEquipment.vue index 0e64176b..02cafd36 100644 --- a/src/apps/AppBroadcast/selectEquipment.vue +++ b/src/apps/AppBroadcast/selectEquipment.vue @@ -66,11 +66,12 @@ export default { res.data.records.map(item => { item.isCheck = false }) - if (this.current > 1) { - this.list = [...this.list, ...res.data.records] - } else { - this.list = res.data.records - } + this.list = res.data.records + // if (this.current > 1) { + // this.list = [...this.list, ...res.data.records] + // } else { + // this.list = res.data.records + // } } }) },