Commit bf3e051d by YunaiV

BPM:抄送任务的 code review

parent 49a806a6
<!-- TODO @kyle:需要在讨论下;可能直接选人更合适 -->
<template> <template>
<Dialog v-model="dialogVisible" title="修改任务规则" width="600"> <Dialog v-model="dialogVisible" title="修改任务规则" width="600">
<el-form ref="formRef" :model="formData" :rules="formRules" label-width="80px"> <el-form ref="formRef" :model="formData" :rules="formRules" label-width="80px">
...@@ -13,7 +14,6 @@ ...@@ -13,7 +14,6 @@
<el-form-item label="流程标识" prop="processInstanceKey"> <el-form-item label="流程标识" prop="processInstanceKey">
<el-input v-model="formData.processInstanceKey" disabled placeholder="请输入流程标识" /> <el-input v-model="formData.processInstanceKey" disabled placeholder="请输入流程标识" />
</el-form-item> </el-form-item>
<el-form-item label="规则类型" prop="type"> <el-form-item label="规则类型" prop="type">
<el-select v-model="formData.type" clearable style="width: 100%"> <el-select v-model="formData.type" clearable style="width: 100%">
<el-option <el-option
......
<!-- 工作流 - 抄送我的流程 -->
<template> <template>
<ContentWrap> <ContentWrap>
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
...@@ -106,7 +107,7 @@ const getList = async () => { ...@@ -106,7 +107,7 @@ const getList = async () => {
} }
/** 处理审批按钮 */ /** 处理审批按钮 */
const handleAudit = (row) => { const handleAudit = (row: any) => {
push({ push({
name: 'BpmProcessInstanceDetail', name: 'BpmProcessInstanceDetail',
query: { query: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment