|
|
|
@ -1610,6 +1610,7 @@ const onSubmit = () => {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
console.log(form.value,'表单内容'); |
|
|
|
|
|
|
|
|
|
// 处理结果 |
|
|
|
|
if (form.value.basis.result?.length) { |
|
|
|
@ -1659,7 +1660,6 @@ const onSubmit = () => {
|
|
|
|
|
delete form.value.basis.resultDescription; //删除无用信息 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
form.value.Pageloading = true; //关闭页面加载 |
|
|
|
|
//是否直接提交到处理结果(处理完毕) |
|
|
|
|
if (form.value.Processed) { |
|
|
|
|