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() {