|
|
|
@ -36,10 +36,12 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
handleMallCatergoryChange () {
|
|
|
|
handleMallCatergoryChange (e) {
|
|
|
|
if (this.value1 && this.value1.length != 0) {
|
|
|
|
if (e.length > 0) {
|
|
|
|
let arr = this.$refs['cascaderMallCatergory'].getCheckedNodes()[0].pathLabels
|
|
|
|
let arr = this.$refs['cascaderMallCatergory'].getCheckedNodes()[0].pathLabels
|
|
|
|
this.$emit('change', arr);
|
|
|
|
this.$emit('change', arr);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$emit('change', '');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
recurs(list){
|
|
|
|
recurs(list){
|
|
|
|
|