From d2e176fbee4edcca177301374baee508c67b9b45 Mon Sep 17 00:00:00 2001
From: DESKTOP-LMJ82IJ\Eno <creaycat@gmail.com>
Date: 星期六, 19 四月 2025 15:04:50 +0800
Subject: [PATCH] 新增入库上架功能

---
 pages/listing/upper.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/listing/upper.vue b/pages/listing/upper.vue
index 41b88e6..8e1804c 100644
--- a/pages/listing/upper.vue
+++ b/pages/listing/upper.vue
@@ -153,6 +153,7 @@
 					})
 				}
 			},
+
 			remove(index) {
 				this.list.splice(index, 1);
 			},

--
Gitblit v1.9.1