fixing bug 8.11

This commit is contained in:
2020-08-11 15:38:43 +08:00
parent c01470b52d
commit 37d8ab7a2b
10 changed files with 170 additions and 98 deletions

View File

@@ -57,7 +57,7 @@ export default {
props:['item','title'],
watch:{
select(){
console.log(this.select)
// console.log(this.select)
this.$emit("sel", this.select);
}
}