From 89bb45bc47ca02613b26ee160afb0c7c759e07d9 Mon Sep 17 00:00:00 2001 From: jiang Date: Thu, 31 Jul 2025 17:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/goodsManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue index 5a1cca8..b480ecc 100644 --- a/src/views/user/goodsManagement/index.vue +++ b/src/views/user/goodsManagement/index.vue @@ -732,7 +732,7 @@ const submitFun = (type: any) => { } }) addAndEditForm.tableList = equipTableList.value - if (type != 2) { + if (type != 2 && type !=4) { for (let i = 0; i < addAndEditForm.tableList.length; i++) { const row = addAndEditForm.tableList[i] for (const key in row) {