Explorar o código

提交测试

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
7d09efc715
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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() {