Browse Source

reactor:工单受理调整;

zhangchong 1 năm trước cách đây
mục cha
commit
781adbfb8d
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/components/ProcessAudit/index.vue

+ 1 - 3
src/components/ProcessAudit/index.vue

@@ -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,