update:取消新增商品默认图片

This commit is contained in:
lihaoyuan 2025-10-18 16:42:30 +08:00
parent 65c9cd9c1a
commit 3588d62dd1

View File

@ -1706,7 +1706,7 @@
// specs
if (!this.specs || this.specs.length === 0) {
const obj = {
main_color_img: this.default_image,
main_color_img: undefined,
color_img: [],
item_enable: 1001,
item_is_default: false,
@ -1726,7 +1726,7 @@
for (let i = 0; i < descartes.length; i++) {
let obj = {
category_id: this.row.category_id,
main_color_img: this.default_image,
main_color_img: undefined,
color_img: [],
item_enable: 1001,
item_is_default: false,