Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
2827f519
Commit
2827f519
authored
Feb 27, 2026
by
胡鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程信息
parent
a2a01f2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
16 deletions
+12
-16
xjrsoft-vue3/src/views/workflow/task/components/LookProcess.vue
+10
-12
xjrsoft-vue3/src/views/zlgl/bhgpcl/index.vue
+2
-4
No files found.
xjrsoft-vue3/src/views/workflow/task/components/LookProcess.vue
View file @
2827f519
...
...
@@ -60,19 +60,17 @@
}
});
async
function
look
()
{
showLoading
.
value
=
false
;
if
(
props
.
processId
)
{
showLoading
.
value
=
false
;
visible
.
value
=
true
;
// if (props.processId) {
// showLoading.value = false;
// visible.value = true;
// } else {
// showLoading.value = false;
// notification.open({
// type: 'error',
// message: t('查看'),
// description: t('请选择一个流程进行查看'),
// });
// }
}
else
{
showLoading
.
value
=
false
;
notification
.
open
({
type
:
'error'
,
message
:
t
(
'查看'
),
description
:
t
(
'请选择一个流程进行查看'
),
});
}
}
function
close
()
{
visible
.
value
=
false
;
...
...
xjrsoft-vue3/src/views/zlgl/bhgpcl/index.vue
View file @
2827f519
...
...
@@ -166,6 +166,7 @@
v-if=
"visibleLookProcess"
:visible=
"visibleLookProcess"
:taskId=
"taskIdProcess"
:processId=
"processIdProcess"
@
close=
"visibleLookProcess = false"
/>
...
...
@@ -372,11 +373,8 @@ import { getToken } from '/@/utils/auth';
function
viewProcess
(
record
)
{
visibleLookProcess
.
value
=
true
;
taskIdProcess
.
value
=
record
.
taskId
;
processIdProcess
.
value
=
record
.
processId
;
}
import
{
useConcurrentLock
}
from
'/@/hooks/web/useConcurrentLock'
;
...
...
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