Przeglądaj źródła

修改用条件导出

lex-xin 5 lat temu
rodzic
commit
2c8380dcf4

Plik diff jest za duży
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-a40403e8.679967dc.css → dist/static/css/chunk-0244edce.c106e70a.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.topWrap[data-v-1a7ef333]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.topWrap div[data-v-1a7ef333]{margin-right:10px}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.topWrap[data-v-573fa615]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.topWrap div[data-v-573fa615]{margin-right:10px}

Plik diff jest za duży
+ 0 - 0
dist/static/js/app.570387d3.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-0244edce.3c4c7ba7.js


+ 10 - 2
src/views/accompanyManager/accompanyList.vue

@@ -396,14 +396,22 @@ export default {
     onPracticeExport() {
       // 导出VIP课
       let searchForm = this.searchForm;
-
+      let obj = {
+        search: searchForm.search || null,
+        teacherId: searchForm.teacherId || null,
+        organId: searchForm.organIdList || null,
+        hasEducationalTeacherId: searchForm.hasEducationalTeacherId || null,
+        type: searchForm.firstOrRenew || null,
+        practiceGroupType: searchForm.practiceGroupType || null,
+        groupStatus: searchForm.groupStatus || null
+      };
       let url = "/api-web/export/practiceGroupList";
       const options = {
         method: "get",
         headers: {
           Authorization: getToken()
         },
-        params: cleanDeep(searchForm),
+        params: cleanDeep(obj),
         url,
         responseType: "blob"
       };

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików