|
@@ -169,6 +169,9 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.options.brands = res.data
|
|
|
+ console.log("获取品牌",res.data)
|
|
|
+ this.sa_brandid = res.data[0].sa_brandid
|
|
|
+ this.queryClass()
|
|
|
},
|
|
|
brandChange(){
|
|
|
this.params.content.where.sa_brandid = this.sa_brandid
|
|
@@ -226,6 +229,10 @@ export default {
|
|
|
},
|
|
|
onClose(){
|
|
|
this.dialogFormVisible = false
|
|
|
+ this.sa_brandid = ''
|
|
|
+ this.itemclassid = ''
|
|
|
+ this.itemstandard = ''
|
|
|
+ this.itemmaterial = ''
|
|
|
this.$emit("closeDrawer")
|
|
|
},
|
|
|
handleSizeChange(val) {
|