|
@@ -1260,6 +1260,7 @@ export default {
|
|
|
});
|
|
|
that.GetEnterExitCostInfobyDiId()
|
|
|
}else{
|
|
|
+ that.fullscreenLoading=false;
|
|
|
that.$message.error(res.data.msg);
|
|
|
}
|
|
|
})
|
|
@@ -1635,6 +1636,7 @@ export default {
|
|
|
});
|
|
|
that.GetEnterExitCostInfobyDiId()
|
|
|
}else{
|
|
|
+ that.fullscreenLoading=false;
|
|
|
that.$message.error(res.data.msg);
|
|
|
}
|
|
|
}).catch(function (error) {
|