From 0792277ebdcba0bdeb7c30c8fef4ce191d694074 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 26 Dec 2022 16:18:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBroadcast/selectEquipment.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 + // } } }) },