tianyi 4 weeks ago
parent
commit
cecfe0a3ed
  1. 2
      src/views/app/shop/addEdit.vue

2
src/views/app/shop/addEdit.vue

@ -269,6 +269,8 @@ export default {
this.submitLoading = true; this.submitLoading = true;
delete this.form.products delete this.form.products
delete this.form.saleCount delete this.form.saleCount
delete this.form.shopTakeaway
editShop(this.form).then((res) => { editShop(this.form).then((res) => {
this.submitLoading = false; this.submitLoading = false;
if (res.success) { if (res.success) {

Loading…
Cancel
Save