Explorar el Código

人员统计2.0

zxr hace 2 años
padre
commit
7c20c9fd79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;