Selaa lähdekoodia

Merge branch 'develop' of git.sagacloud.cn:web/wanda-bm-guide into develop

zhangyu 4 vuotta sitten
vanhempi
commit
8481d44dc6
1 muutettua tiedostoa jossa 9 lisäystä ja 10 poistoa
  1. 9 10
      src/views/statistics/index.vue

+ 9 - 10
src/views/statistics/index.vue

@@ -551,16 +551,15 @@ export default {
     },
     selectDialogProject(id, district) {
       let { ccode, level } = district;
-      if (ccode && level) {
-        this.currentDialogCcode = ccode;
-        this.currentDialogLevel = level;
-        this.fetchExceptionNum(
-          this.currentSysId,
-          this.currentDialogTab,
-          ccode,
-          level
-        );
-      }
+      this.currentDialogCcode = ccode;
+      this.currentDialogLevel = level;
+      this.fetchExceptionNum(
+        this.currentSysId,
+        this.currentDialogTab,
+        ccode,
+        level
+      );
+     
     },
     tabChange(tab) {
       this.currentDialogTab = tab.id;