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