| | |
| | | function initHandle() {
|
| | | nextTick(() => {
|
| | | const selectedValue = valueId.value;
|
| | | if(selectedValue && selectedValue !== null && typeof (selectedValue) !== "undefined"){
|
| | | if(selectedValue !== null && typeof (selectedValue) !== 'undefined') {
|
| | | const node = proxy.$refs.selectTree.getNode(selectedValue)
|
| | | if (node) {
|
| | | valueTitle.value = node.data[props.objMap.label]
|
| | |
| | | font-weight: normal;
|
| | | }
|
| | |
|
| | | ul li .el-tree .el-tree-node__content {
|
| | | ul li .el-tree .el-tree-node__content {
|
| | | height: auto;
|
| | | padding: 0 20px;
|
| | | box-sizing: border-box;
|