From 03883e1b2626ddb1a6d49c074fc5365b7b1dd534 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 31 Mar 2026 14:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DoptType=EF=BC=9Astock=20?= =?UTF-8?q?=E4=BC=A0=E5=8F=82=E6=97=B6=E5=A4=9A=E4=BA=86=E4=B8=AA=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 293184c..8e6d8d3 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -449,7 +449,7 @@ async function isStockChange(data: any) { type: "product", id: data.id, isSale: data.isStock, - optType: "stock ", + optType: "stock", }; await UserAPI.onOff(obj); ElMessage.success("修改成功!");