Skip to content

Commit 18191f9

Browse files
committed
bpm:流程详情的转派审批人
1 parent cd27918 commit 18191f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/views/bpm/processInstance/detail.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ export default {
163163
rules: {
164164
assigneeUserId: [{ required: true, message: "新审批人不能为空", trigger: "change" }],
165165
}
166-
},
167-
168-
// 数据字典
169-
categoryDictDatas: getDictDatas(DICT_TYPE.BPM_MODEL_CATEGORY),
166+
}
170167
};
171168
},
172169
created() {

0 commit comments

Comments
 (0)