订单新增加载问题
This commit is contained in:
parent
9eae36f773
commit
08ff8a4634
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user