zhangchong 10 місяців тому
батько
коміт
6abd2cacb2

+ 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;