Browse Source

提交测试

1
mo 4 years ago
parent
commit
7d09efc715
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/teamDetail/teamList.vue

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

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