From df2c352223a451c5090d9e45c8d442b7f746e2f4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 23 Aug 2024 18:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=88=87=E6=8D=A2=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppStoresTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index 2a7a251..c26da9e 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -47,7 +47,7 @@ export default { const list = [] let group = [] for (const e of v.stores) { - v.curJ[e.storeCode] = 0 + v.$set(v.curJ, e.storeCode, 0) if (group.length < 4) { group.push(e) } else { @@ -165,7 +165,7 @@ export default {
- +