liuhj 1 ano atrás
pai
commit
86293c9012
1 arquivos alterados com 2 adições e 0 exclusões
  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) {