浏览代码

Merge branch 'main' into feature/v1.0.40

123456 1 年之前
父节点
当前提交
97d05fe84a
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      apps/bigmember_pc/src/views/portrayal/UnitPortrayal.vue

+ 1 - 3
apps/bigmember_pc/src/views/portrayal/UnitPortrayal.vue

@@ -1066,10 +1066,8 @@ export default {
           if (res.error_msg === '' && res.data) {
             this.unitData = res.data
           }
-          if (!this.loginFlag) {
-            this.loading = false
-          }
         })
+        this.loading = false
       }
     })
     this.$nextTick(() => {