@@ -609,7 +609,9 @@ function handleSubmit() {
}
});
- }).catch(_ => { });
+ }).catch(_ => {
+ submitValue = 0
+ });
} else {
if (!form.value.details || form.value.details.length == 0) {
proxy.$modal.msgError("请添加产品明细");