mo 4 anni fa
parent
commit
7d09efc715
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/teamDetail/teamList.vue

+ 3 - 0
src/views/teamDetail/teamList.vue

@@ -413,6 +413,9 @@ export default {
     if (query.organId) {
     if (query.organId) {
       this.topForm.orgin = query.organId;
       this.topForm.orgin = query.organId;
     }
     }
+    if (query.search) {
+      this.topForm.teamName = query.search;
+    }
     this.init();
     this.init();
   },
   },
   activated() {
   activated() {