Browse Source

reactor:特提调整;

zhangchong 10 months ago
parent
commit
6abd2cacb2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/business/special/components/Special-apply-order.vue

+ 0 - 2
src/views/business/special/components/Special-apply-order.vue

@@ -219,8 +219,6 @@ const onSubmit = (formEl: FormInstance | undefined) => {
 			stepCode: state.orderDetail.actualHandleStepCode,
 			stepName: state.orderDetail.actualHandleStepName,
 		};
-    console.log(request);
-    return;
 		specialApply(request)
 			.then(() => {
 				state.loading = false;