File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!-- TODO @kyle:需要在讨论下;可能直接选人更合适 -->
1
2
<template >
2
3
<Dialog v-model =" dialogVisible" title =" 修改任务规则" width =" 600" >
3
4
<el-form ref =" formRef" :model =" formData" :rules =" formRules" label-width =" 80px" >
13
14
<el-form-item label =" 流程标识" prop =" processInstanceKey" >
14
15
<el-input v-model =" formData.processInstanceKey" disabled placeholder =" 请输入流程标识" />
15
16
</el-form-item >
16
-
17
17
<el-form-item label =" 规则类型" prop =" type" >
18
18
<el-select v-model =" formData.type" clearable style =" width : 100% " >
19
19
<el-option
Original file line number Diff line number Diff line change
1
+ <!-- 工作流 - 抄送我的流程 -->
1
2
<template >
2
3
<ContentWrap >
3
4
<!-- 搜索工作栏 -->
@@ -106,7 +107,7 @@ const getList = async () => {
106
107
}
107
108
108
109
/** 处理审批按钮 */
109
- const handleAudit = (row ) => {
110
+ const handleAudit = (row : any ) => {
110
111
push ({
111
112
name: ' BpmProcessInstanceDetail' ,
112
113
query: {
You can’t perform that action at this time.
0 commit comments