Authored by htoooth

fix

... ... @@ -992,7 +992,6 @@ export default {
let errors = [];
this.table.data.forEach((color) => {
console.log(color);
if (!color.goodsColorImage.value) {
color.goodsColorImage.showValidate = true;
color.goodsColorImage.validate = true;
... ...