Explorar el Código

修改搜索条件

lex-xin hace 4 años
padre
commit
ba82166d57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/teamDetail/teamClassList.vue

+ 1 - 1
src/views/teamDetail/teamClassList.vue

@@ -370,7 +370,7 @@ export default {
         {
             method: 'post',
           url: "/api-web/export/classGroup",
-           params:qs.stringify({...params, organIdList: this.searchForm.organIdList.join(",")})
+           params:qs.stringify({...params, organIdList: this.searchForm.organIdList.join(","), lessThenThreeHighOnline: this.$route.query.lessThenThreeHighOnline,})
         },
         "是否确认导出报表?"
       );