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-25 16:33:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9863c565220871644167c11a71e1a46bf05b9975
9863c565
1 parent
70d2c90c
暂时隐藏点击弹框,等待后续接口提供更多字段 显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
src/components/OrgPickerField/MyComponent.vue
src/components/OrgPickerField/MyComponent.vue
View file @
9863c56
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-2
3 10:03:25
* @LastEditTime: 2024-07-2
5 16:33:14
* @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
* @Description: 树形组件
-->
...
...
@@ -322,13 +322,14 @@ const openTree = () => {
// TODO:等待后台数据显示更多详情字段
const clickNode = (node) => { // 点击显示选择详情
if (!props.component_props.readonly) return false; // 非只读不予许操作
showDialog({
title: '详情',
message: `${node.id}-${node.name}-${node.type}`,
confirmButtonColor: styleColor.baseColor
}).then(() => {
// on close
});
// TODO:暂时隐藏等待后续接口提供更多字段 显示
// showDialog({
// title: '详情',
// message: `${node.id}-${node.name}-${node.type}`,
// confirmButtonColor: styleColor.baseColor
// }).then(() => {
// // on close
// });
}
const emitCheckedGroup = ref({
...
...
Please
register
or
login
to post a comment