Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f2a6baa
authored
Feb 11, 2025
by
lizhixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:解决流程模型列表,点击表单信息,没有弹出框的问题
parent
b2ba183e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/views/bpm/model/CategoryDraggableModel.vue
+7
-0
No files found.
src/views/bpm/model/CategoryDraggableModel.vue
View file @
5f2a6baa
...
...
@@ -252,6 +252,11 @@
</div>
</
template
>
</Dialog>
<!-- 弹窗:表单详情 -->
<Dialog
title=
"表单详情"
:fullscreen=
"true"
v-model=
"formDetailVisible"
>
<form-create
:rule=
"formDetailPreview.rule"
:option=
"formDetailPreview.option"
/>
</Dialog>
</template>
<
script
lang=
"ts"
setup
>
...
...
@@ -467,6 +472,8 @@ const formDetailPreview = ref({
option
:
{}
})
const
handleFormDetail
=
async
(
row
:
any
)
=>
{
console
.
log
(
row
)
if
(
row
.
formType
==
10
)
{
// 设置表单
const
data
=
await
FormApi
.
getForm
(
row
.
formId
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment