Browse Source

修改店铺

master
wangfukang 1 month ago
parent
commit
56b0993bd3
  1. 12
      src/views/app/shop/addEdit.vue

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

@ -95,6 +95,17 @@
</FormItem> </FormItem>
</Col> </Col>
</Row> </Row>
<Row :gutter="32" >
<Col span="12">
<FormItem label="排名" prop="shoprank">
<Input
v-model="form.shoprank"
autocomplete="off"
:maxlength="16"
/>
</FormItem>
</Col>
</Row>
<Row :gutter="32"> <Row :gutter="32">
<Col span="24"> <Col span="24">
@ -256,6 +267,7 @@ export default {
if (this.type == "1") { if (this.type == "1") {
// //
this.submitLoading = true; this.submitLoading = true;
delete this.form.products
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