桌型表单提交后制空
This commit is contained in:
parent
09716e7492
commit
88db7a720d
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue