|
@@ -190,6 +190,13 @@ export default {
|
|
|
this.$refs['productType-' + row.no].setDefValue([], row)
|
|
|
})
|
|
|
this.$message.info('不能只选择一级分类')
|
|
|
+ } else {
|
|
|
+ row.productTypeSn1 = undefined
|
|
|
+ row.productTypeSn2 = undefined
|
|
|
+ row.productTypeSn3 = undefined
|
|
|
+ row.productTypeName1 = undefined
|
|
|
+ row.productTypeName2 = undefined
|
|
|
+ row.productTypeName3 = undefined
|
|
|
}
|
|
|
},
|
|
|
// 添加
|