liuhj пре 1 година
родитељ
комит
86293c9012
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/components/OP/EntryDetails.vue

+ 2 - 0
src/components/OP/EntryDetails.vue

@@ -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) {