From 1379975d51da9caba830660e410535f265cc7150 Mon Sep 17 00:00:00 2001 From: dy-hu Date: Wed, 5 Jun 2024 08:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=94=B9=E4=B8=BA=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/renovation/commdityClass/Edit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/renovation/commdityClass/Edit.vue b/src/views/renovation/commdityClass/Edit.vue index ac71fc9..49e1bf3 100644 --- a/src/views/renovation/commdityClass/Edit.vue +++ b/src/views/renovation/commdityClass/Edit.vue @@ -416,10 +416,10 @@ export default { if(treeData.classifyImageArray && treeData.classifyImageArray.length){ treeData.classifyImage = treeData.classifyImageArray[0].url } - if (!treeData.classifyImage) { + /*if (!treeData.classifyImage) { this.$message.error('分类\"' + treeData.classifyName + '\"请上传分类图片') throw new Error('未上传分类图片') - } + }*/ if(treeData.childs && treeData.childs.length){ for (const index in treeData.childs) { this.resetImage(treeData.childs[index])