From 88db7a720d38b230030eac73f3f1bdd937ffb130 Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Fri, 25 Oct 2024 09:38:59 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=A1=8C=E5=9E=8B=E8=A1=A8=E5=8D=95?=
=?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=90=8E=E5=88=B6=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/lineUp/basic.vue | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/views/lineUp/basic.vue b/src/views/lineUp/basic.vue
index ae85380..408f43d 100644
--- a/src/views/lineUp/basic.vue
+++ b/src/views/lineUp/basic.vue
@@ -203,8 +203,6 @@ export default {
this.tbShopInfo()
}
} else {
-
- console.log(this.forms.nearNum,'调试121')
const res = await callTabledataput({
shopId: localStorage.getItem("shopId"),
...this.forms,
@@ -215,6 +213,7 @@ export default {
this.tbShopInfo()
}
}
+ this.forms={}
},
// 获取用户详情
async tbShopInfo() {
From bf20edf7ef0764a1354de67773af5e466a374e9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Fri, 25 Oct 2024 09:53:16 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BF=9B=E9=94=80?=
=?UTF-8?q?=E5=AD=98=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/data_forms.vue | 14 +++--
.../invoicing/consumable/information.vue | 56 ++++++++++---------
src/views/product/add_shop.vue | 6 +-
3 files changed, 42 insertions(+), 34 deletions(-)
diff --git a/src/views/home/data_forms.vue b/src/views/home/data_forms.vue
index 4de0dd0..c7d4330 100644
--- a/src/views/home/data_forms.vue
+++ b/src/views/home/data_forms.vue
@@ -114,17 +114,19 @@