hookehuyr

fix

<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-19 14:35:24
* @LastEditTime: 2024-07-23 10:03:25
* @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
* @Description: 树形组件
-->
......@@ -322,7 +322,6 @@ const openTree = () => {
// TODO:等待后台数据显示更多详情字段
const clickNode = (node) => { // 点击显示选择详情
if (!props.component_props.readonly) return false; // 非只读不予许操作
console.warn(node);
showDialog({
title: '详情',
message: `${node.id}-${node.name}-${node.type}`,
......