|
|
@@ -373,6 +373,8 @@ export default {
|
|
|
}else{
|
|
|
this.$parent.$parent.setStatus(2);
|
|
|
}
|
|
|
+ }).catch(() => {
|
|
|
+ this.fullscreenLoading = false;
|
|
|
});
|
|
|
} else {
|
|
|
console.log('error submit!!');
|
|
|
@@ -397,6 +399,8 @@ export default {
|
|
|
}else{
|
|
|
this.$parent.$parent.setStatus(2);
|
|
|
}
|
|
|
+ }).catch(() => {
|
|
|
+ this.fullscreenLoading = false;
|
|
|
});
|
|
|
} else {
|
|
|
console.log('error submit!!');
|
|
|
@@ -419,6 +423,8 @@ export default {
|
|
|
}else{
|
|
|
this.$parent.$parent.setStatus(2);
|
|
|
}
|
|
|
+ }).catch(() => {
|
|
|
+ this.fullscreenLoading = false;
|
|
|
});
|
|
|
},
|
|
|
//暂存删除
|