diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index 309bcf2..d535bee 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -182,10 +182,10 @@ @@ -423,6 +423,10 @@ export default { }) this.selectSpecResult = true } + + if (res.typeEnum == 'sku') { + this.createSkuBody() + } } catch (error) { console.log(error) }