浏览代码

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