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
bf3e051d
authored
Jan 18, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BPM:抄送任务的 code review
parent
49a806a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/views/bpm/processInstance/detail/TaskCCDialogForm.vue
+1
-1
src/views/bpm/task/cc/index.vue
+2
-1
No files found.
src/views/bpm/processInstance/detail/TaskCCDialogForm.vue
View file @
bf3e051d
<!-- TODO @kyle:需要在讨论下;可能直接选人更合适 -->
<
template
>
<Dialog
v-model=
"dialogVisible"
title=
"修改任务规则"
width=
"600"
>
<el-form
ref=
"formRef"
:model=
"formData"
:rules=
"formRules"
label-width=
"80px"
>
...
...
@@ -13,7 +14,6 @@
<el-form-item
label=
"流程标识"
prop=
"processInstanceKey"
>
<el-input
v-model=
"formData.processInstanceKey"
disabled
placeholder=
"请输入流程标识"
/>
</el-form-item>
<el-form-item
label=
"规则类型"
prop=
"type"
>
<el-select
v-model=
"formData.type"
clearable
style=
"width: 100%"
>
<el-option
...
...
src/views/bpm/task/cc/index.vue
View file @
bf3e051d
<!-- 工作流 - 抄送我的流程 -->
<
template
>
<ContentWrap>
<!-- 搜索工作栏 -->
...
...
@@ -106,7 +107,7 @@ const getList = async () => {
}
/** 处理审批按钮 */
const
handleAudit
=
(
row
)
=>
{
const
handleAudit
=
(
row
:
any
)
=>
{
push
({
name
:
'BpmProcessInstanceDetail'
,
query
:
{
...
...
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