...
|
...
|
@@ -515,6 +515,8 @@ export default { |
|
|
JSON.stringify(this.handleColor());
|
|
|
newProduct.goodsImagesReqStr =
|
|
|
JSON.stringify(this.productCreateService.handleEditColorImage(this.product));
|
|
|
|
|
|
console.log(this.render.productStandardRelationStr);
|
|
|
newProduct.productStandardRelationStr =
|
|
|
JSON.stringify(this.productCreateService.handleRelation(this.render.productStandardRelationStr));
|
|
|
newProduct.attributeProValuesOne =
|
...
|
...
|
@@ -563,7 +565,8 @@ export default { |
|
|
return Promise.reject();
|
|
|
}
|
|
|
})
|
|
|
.then(this.save).catch(() => this.$Loading.error());
|
|
|
.then(this.save)
|
|
|
.catch(() => this.$Loading.error());
|
|
|
},
|
|
|
handleColor() {
|
|
|
return this.table.data.map(tableColor => {
|
...
|
...
|
|