Browse Source

Merge branch 'main' into feature/v1.0.40

123456 1 year ago
parent
commit
97d05fe84a
1 changed files with 1 additions and 3 deletions
  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(() => {