From 6901af95792ccbebd5696eb1a43eaaa8d2205067 Mon Sep 17 00:00:00 2001 From: yangzifeng <2547435354@qq.com> Date: Thu, 22 Jan 2026 15:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=A5=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8F=B3=E4=BE=A7=E4=BF=AE=E6=94=B9=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/bill/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wisdom/bill/index.vue b/src/views/wisdom/bill/index.vue index df93254..53992a6 100644 --- a/src/views/wisdom/bill/index.vue +++ b/src/views/wisdom/bill/index.vue @@ -1278,7 +1278,7 @@ function handleUpdate(row) { reset(); idEdit.value = row.id; row.isnew = true; - planList.value = [row]; + planList.value = JSON.parse(JSON.stringify(row)); open.value = true; title.value = "修改库存单据"; }