Showing
1 changed file
with
0 additions
and
1 deletions
@@ -992,7 +992,6 @@ export default { | @@ -992,7 +992,6 @@ export default { | ||
992 | let errors = []; | 992 | let errors = []; |
993 | 993 | ||
994 | this.table.data.forEach((color) => { | 994 | this.table.data.forEach((color) => { |
995 | - console.log(color); | ||
996 | if (!color.goodsColorImage.value) { | 995 | if (!color.goodsColorImage.value) { |
997 | color.goodsColorImage.showValidate = true; | 996 | color.goodsColorImage.showValidate = true; |
998 | color.goodsColorImage.validate = true; | 997 | color.goodsColorImage.validate = true; |
-
Please register or login to post a comment