mo 4 年之前
父节点
当前提交
d90c5f7b55

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-329f11ec.2da05cba.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.3d48f1aa.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-0199cae2.bed6e96d.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-329f11ec.2301b744.js


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

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

部分文件因为文件数量过多而无法显示