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