修改问题清单

This commit is contained in:
zyx.net
2022-11-07 18:17:18 +08:00
parent 5b0263cd37
commit bfd76bff1f
6 changed files with 44 additions and 8 deletions
@@ -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>