|
@@ -222,6 +222,8 @@
|
|
|
this.value.fileGuids = guids
|
|
|
if(this.selectProductCateValue && this.selectProductCateValue.length>0){
|
|
|
this.value.productCategoryId = this.selectProductCateValue[this.selectProductCateValue.length-1]
|
|
|
+ }else{
|
|
|
+ this.value.productCategoryId = null
|
|
|
}
|
|
|
console.log(this.selectProductCateValue)
|
|
|
this.$refs[formName].validate((valid) => {
|