修改问题清单
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
:before-close="cancelUserInfo"
|
||||
:show-checkbox="showCheckBox"
|
||||
>
|
||||
|
||||
<el-tree class="common-tree" :style="style" ref="tree" :data="data" :props="defaultProps"
|
||||
:load="loadNode"
|
||||
v-if="modalShowFlag"
|
||||
@@ -276,6 +277,9 @@
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
checkedKeys(val){
|
||||
this.$refs.tree.setCheckedKeys(val);
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user