فهرست منبع

搜索参数

1
mo 4 سال پیش
والد
کامیت
fa6cd88953
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      src/views/main/teamSchedule/index.vue
  2. 1 1
      src/views/teamDetail/components/studentList.vue

+ 3 - 3
src/views/main/teamSchedule/index.vue

@@ -164,11 +164,11 @@ export default {
         userId: "",
         organId: "",
         month: "",
-        ids:''
+        searchType:''
       },
       handleForm: {
         memo: "",
-        id: "",
+        searchType: "",
       },
       tableList: [],
       handleVisible: false,
@@ -203,7 +203,7 @@ export default {
           ...this.searchForm,
           page: this.rules.page,
           rows: this.rules.limit,
-          ids: this.$route.query.ids,
+          searchType: this.$route.query.searchType,
         });
         this.tableList = res.data.rows;
         this.rules.total = res.data.total;

+ 1 - 1
src/views/teamDetail/components/studentList.vue

@@ -1473,7 +1473,7 @@ export default {
   },
   computed:{
     saveKey(){
-      return 'teamDetails-studentList'+this.$route.query.id
+      return 'teamDetails-'+this.$route.query.id
     }
   }
 };