Browse Source

提交测试

1
mo 4 năm trước cách đây
mục cha
commit
7d09efc715
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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() {