Browse Source

集团首页修改bug

fujunwen 4 years ago
parent
commit
4ff3c81fac
1 changed files with 9 additions and 10 deletions
  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;