Browse Source

人员统计2.0

zxr 2 years ago
parent
commit
7c20c9fd79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/peopleManage/PersonnelStatistics/index.vue

+ 1 - 1
src/views/peopleManage/PersonnelStatistics/index.vue

@@ -76,7 +76,7 @@ export default {
       this.tongJiList.forEach(item => {
         if (item.name == "军官/指挥管理军官") {
           item.num = res.data.zhjg;
-        } else if (item.name == "总人数") {
+        } else if (item.name == "总人数") {
           item.num = res.data.zongRenShu;
         } else if (item.name == "军官/专业技术军官") {
           item.num = res.data.zyjg;