소스 검색

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

wangggziwen 2 달 전
부모
커밋
1299f6af51
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      ui/src/views/production/apply/all/index.vue
  2. 1 1
      ui/src/views/production/apply/mine/index.vue
  3. 1 1
      ui/src/views/production/apply/pending/index.vue

+ 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;
               }