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