|
|
@ -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]) |
|
|
|