Browse Source

bug修改

lvxinghai 4 years ago
parent
commit
63ef43e645
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/situationsCenter/situationsCenter.vue

+ 1 - 1
pages/situationsCenter/situationsCenter.vue

@@ -59,7 +59,7 @@
               <text class="group-text">
                 {{
                   nowPermission == 2
-                    ? "剩余" + item.toDistributeCount + "个待分配"
+                    ? "剩余" + (item.toDistributeCount || 0) + "个待分配"
                     : item.checkGroupName
                 }}</text
               >