Parcourir la source

Merge branch 'main' into feature/v1.0.36

123456 il y a 1 an
Parent
commit
3f6661dcef
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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(() => {