Преглед на файлове

SAI开项管理 - “各班组当年至今的提交数量”表格D班数量不显示问题

wangggziwen преди 2 месеца
родител
ревизия
1299f6af51

+ 1 - 1
ui/src/views/production/apply/all/index.vue

@@ -1166,7 +1166,7 @@ export default {
             if (teamCount != '') {
               this.countC = teamCount;
             }
-          } else if (dapplicantTeam == 'D') {
+          } else if (applicantTeam == 'D') {
             if (teamCount != '') {
               this.countD = teamCount;
             }

+ 1 - 1
ui/src/views/production/apply/mine/index.vue

@@ -1038,7 +1038,7 @@
               if (teamCount != '') {
                 this.countC = teamCount;
               }
-            } else if (dapplicantTeam == 'D') {
+            } else if (applicantTeam == 'D') {
               if (teamCount != '') {
                 this.countD = teamCount;
               }

+ 1 - 1
ui/src/views/production/apply/pending/index.vue

@@ -1037,7 +1037,7 @@
               if (teamCount != '') {
                 this.countC = teamCount;
               }
-            } else if (dapplicantTeam == 'D') {
+            } else if (applicantTeam == 'D') {
               if (teamCount != '') {
                 this.countD = teamCount;
               }