diff --git a/src/components/drawer/approverDrawer.vue b/src/components/drawer/approverDrawer.vue
index 53fd906..70667b8 100644
--- a/src/components/drawer/approverDrawer.vue
+++ b/src/components/drawer/approverDrawer.vue
@@ -54,6 +54,12 @@
approverConfig.value.noHanderAction = '1' // 审批人为空时(暂时默认已通过)
approverConfig.value.directorLevel = '' // 主管
approverConfig.value.examineEndDirectorLevel = '' // 连续多级主管
+ if (approverConfig.value.settype === 2 || approverConfig.value.settype === 6 || approverConfig.value.settype === 4 || approverConfig.value.settype === 11 || (approverConfig.value.settype === 1 && approverConfig.value && approverConfig.value.nodeUserList && approverConfig.value.nodeUserList.length > 1)) {
+ // 默认选中
+ nextTick(() => {
+ approverConfig.value.tempExamineMode = 3
+ })
+ }
}
// 添加成员
const addApprover = () => {
@@ -349,7 +355,7 @@
依次审批
-
+
或签(其中一个人通过即可)