修改禅道已知bug
This commit is contained in:
@@ -115,11 +115,11 @@
|
||||
},
|
||||
watch: {
|
||||
'source.indeterminate'(val) {
|
||||
this.handleSelectChange(this.source.checked, val);
|
||||
this.handleSelectChange(this.source.checked, val,this.source);
|
||||
},
|
||||
|
||||
'source.checked'(val) {
|
||||
this.handleSelectChange(val, this.source.indeterminate);
|
||||
this.handleSelectChange(val, this.source.indeterminate,this.source);
|
||||
},
|
||||
|
||||
'source.expanded'(val) {
|
||||
|
||||
Reference in New Issue
Block a user