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] =?UTF-8?q?=E6=A1=8C=E5=9E=8B=E8=A1=A8=E5=8D=95=E6=8F=90?= =?UTF-8?q?=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() {