Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-23 10:23:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a2b035d8e438663816503ae5f4c41115e5f4ae2
5a2b035d
1 parent
50d76751
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/OrgPickerField/MyComponent.vue
src/components/OrgPickerField/MyComponent.vue
View file @
5a2b035
<!--
* @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}`,
...
...
Please
register
or
login
to post a comment