@@ -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() {