|
@@ -659,7 +659,7 @@ const selectNextStep = (val: any) => {
|
|
|
state.ruleForm.nextStepName = next.value; // 下一节点name
|
|
|
state.ruleForm.handlerType = next.handlerType;
|
|
|
state.ruleForm.businessType = next.businessType;
|
|
|
- state.ruleForm.flowDirection = next.flowDirection;
|
|
|
+ state.ruleForm.flowDirection = next.flowDirection;
|
|
|
state.ruleForm.backToCountersignEnd = next.backToCountersignEnd ?? false; // 是否回到会签结束节点
|
|
|
state.handlerOptions = items ?? [];
|
|
|
state.handlerOptions = state.handlerOptions.map((item: any) => {
|
|
@@ -677,7 +677,6 @@ const selectNextStep = (val: any) => {
|
|
|
// 如果办理对象只有一个默认选中
|
|
|
state.ruleForm.nextHandlers = [items[0]];
|
|
|
}
|
|
|
-
|
|
|
};
|
|
|
// 会签是否可用 (多个办理对象,并且配置可以会签)
|
|
|
const countersignAble = computed(() => {
|
|
@@ -913,7 +912,6 @@ const onSubmit = (formEl: FormInstance | undefined) => {
|
|
|
// 需要填写办理时限
|
|
|
Reflect.deleteProperty(submitObj, 'timeLimit');
|
|
|
Reflect.deleteProperty(submitObj, 'timeLimitUnit');
|
|
|
- Reflect.deleteProperty(submitObj, 'flowDirection');
|
|
|
} else {
|
|
|
submitObj.external = {
|
|
|
timeLimit: state.ruleForm.timeLimit,
|