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:需要在讨论下;可能直接选人更合适 -->
12<template >
23 <Dialog v-model =" dialogVisible" title =" 修改任务规则" width =" 600" >
34 <el-form ref =" formRef" :model =" formData" :rules =" formRules" label-width =" 80px" >
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
Original file line number Diff line number Diff line change 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: {
You can’t perform that action at this time.
0 commit comments