Explorar el Código

提交测试

1
mo hace 4 años
padre
commit
7d09efc715
Se han modificado 1 ficheros con 3 adiciones y 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() {