Skip to content

Commit bf3e051

Browse files
committed
BPM:抄送任务的 code review
1 parent 49a806a commit bf3e051

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/views/bpm/processInstance/detail/TaskCCDialogForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- TODO @kyle:需要在讨论下;可能直接选人更合适 -->
12
<template>
23
<Dialog v-model="dialogVisible" title="修改任务规则" width="600">
34
<el-form ref="formRef" :model="formData" :rules="formRules" label-width="80px">
@@ -13,7 +14,6 @@
1314
<el-form-item label="流程标识" prop="processInstanceKey">
1415
<el-input v-model="formData.processInstanceKey" disabled placeholder="请输入流程标识" />
1516
</el-form-item>
16-
1717
<el-form-item label="规则类型" prop="type">
1818
<el-select v-model="formData.type" clearable style="width: 100%">
1919
<el-option

src/views/bpm/task/cc/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- 工作流 - 抄送我的流程 -->
12
<template>
23
<ContentWrap>
34
<!-- 搜索工作栏 -->
@@ -106,7 +107,7 @@ const getList = async () => {
106107
}
107108
108109
/** 处理审批按钮 */
109-
const handleAudit = (row) => {
110+
const handleAudit = (row: any) => {
110111
push({
111112
name: 'BpmProcessInstanceDetail',
112113
query: {

0 commit comments

Comments
 (0)