|
|
@@ -1395,8 +1395,8 @@ const handleSubmit = async () => {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
// 将主图ossId转为url(upload-image组件emit的是URL,需判断是否已是完整URL)
|
|
|
let productImageUrl = '';
|
|
|
if (productForm.productImage) {
|
|
|
@@ -2039,7 +2039,9 @@ const restoreCategorySelection = async () => {
|
|
|
if (level3) {
|
|
|
categoryForm.bottomCategoryId = level3.id;
|
|
|
selectedLevel3Name.value = level3.label;
|
|
|
- console.log('设置三级分类名称:', selectedLevel3Name.value);
|
|
|
+ console.log('设置三级分类名称:', selectedLevel3Name.value);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
};
|