hookehuyr

fix

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