ソースを参照

Merge branch 'main' into feature/v1.0.36

123456 1 年間 前
コミット
3f6661dcef
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(() => {