From c47110c28b5612953e9f9d569e759e68ee1f359a Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 20 Oct 2025 09:55:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(declarationActivity):=20=E6=8A=A5=E5=8D=95?= =?UTF-8?q?=E8=B5=A0=E9=80=81=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/declarationActivity/update.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/marketing/declarationActivity/update.vue b/src/views/marketing/declarationActivity/update.vue index 37e41d9..6fe61f4 100644 --- a/src/views/marketing/declarationActivity/update.vue +++ b/src/views/marketing/declarationActivity/update.vue @@ -477,9 +477,7 @@ export default { }, reduceProduct(cndex, sndex) { this.allData.forEach((item) => { - if (this.isArea == item.orderType) { - item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1) - } + item.acDeclarationConfigParam[cndex].acDeclarationProductParamList.splice(sndex, 1) }) }, addNewGoods() {