liuhj 1 anno fa
parent
commit
86293c9012
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {