From 8aab073c137ae29e0e75c2689a2bf26d51e6f1e5 Mon Sep 17 00:00:00 2001 From: franky Date: Mon, 4 Jul 2022 14:06:53 +0800 Subject: [PATCH] =?UTF-8?q?spu=20=E9=A1=B5=E9=9D=A2=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/views/mall/product/spu/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yudao-ui-admin/src/views/mall/product/spu/index.vue b/yudao-ui-admin/src/views/mall/product/spu/index.vue index 7169340405..da7d181157 100644 --- a/yudao-ui-admin/src/views/mall/product/spu/index.vue +++ b/yudao-ui-admin/src/views/mall/product/spu/index.vue @@ -89,7 +89,7 @@ @pagination="getList"/> - + @@ -641,20 +641,22 @@ sellPoint: dataSpu.sellPoint, description: dataSpu.sellPoint, categoryId: dataSpu.sellPoint, - categoryIds: [], + categoryIds: dataSpu.categoryIds, picUrls: dataSpu.picUrls, sort: dataSpu.sort, likeCount: dataSpu.likeCount, price: dataSpu.price, quantity: dataSpu.quantity, - // status: dataSpu.status, + status: dataSpu.status, isShowTagInput:undefined, + skus:dataSpu.skus // skus:dataSpu.productSkuRespVOS, }; this.open = true; this.title = "修改商品spu"; }); }, + /** 提交按钮 */ submitForm() { console.log(this.form.picUrls.split(','));