Browse Source

dev 分支删除冗余代码

wolyshaw 4 năm trước cách đây
mục cha
commit
9692e418bf
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/views/teamDetail/teamList.vue

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

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