桌型表单提交后制空

This commit is contained in:
duan 2024-10-25 09:38:59 +08:00
parent 09716e7492
commit 88db7a720d
1 changed files with 1 additions and 2 deletions

View File

@ -203,8 +203,6 @@ export default {
this.tbShopInfo() this.tbShopInfo()
} }
} else { } else {
console.log(this.forms.nearNum,'调试121')
const res = await callTabledataput({ const res = await callTabledataput({
shopId: localStorage.getItem("shopId"), shopId: localStorage.getItem("shopId"),
...this.forms, ...this.forms,
@ -215,6 +213,7 @@ export default {
this.tbShopInfo() this.tbShopInfo()
} }
} }
this.forms={}
}, },
// //
async tbShopInfo() { async tbShopInfo() {