订单新增加载问题

This commit is contained in:
Double-_-Z 2025-08-22 18:42:10 +08:00
parent 9eae36f773
commit 08ff8a4634

View File

@ -385,6 +385,7 @@ export default {
console.log('res:',res); console.log('res:',res);
if(res === undefined){ if(res === undefined){
that.$refs.uToast.show({type: 'error',title: "订单新增失败!"}); that.$refs.uToast.show({type: 'error',title: "订单新增失败!"});
that.saveLoading = false;
return; return;
} }
that.saveLoading = false; that.saveLoading = false;