Browse Source

20181219权限

suochencheng 7 years ago
parent
commit
1bbb33b9eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/vue/src/pages/CommonQuerys.vue

+ 2 - 2
src/main/vue/src/pages/CommonQuerys.vue

@@ -373,10 +373,10 @@ export default {
                                 fieldValue = this.childDepartInfo.misCodeAndName;
                             }
                         }
-                        if (fieldValue) {
+                        // if (fieldValue) {
                             tempItem += fieldValue;
                             templist.push(tempItem);
-                        }
+                        // }
                     }
                 })