소스 검색

xiugai0712

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