瀏覽代碼

03/17 13:57

111
Xiao_Mo 5 年之前
父節點
當前提交
d18264a21b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-7cef4532.5c483c2d.css → dist/static/css/chunk-cadd2818.08e9d73c.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}.wrap[data-v-04eeedb3]{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:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-04eeedb3]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-04eeedb3],.wrap .rightCell[data-v-04eeedb3]{width:300px;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-align:center;-ms-flex-align:center;align-items:center;line-height:50px}.wrap .rightCell[data-v-04eeedb3]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-04eeedb3]{margin-right:30px}[data-v-04eeedb3] .el-tag{cursor:pointer}
+.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}.wrap[data-v-fcfdade8]{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:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-fcfdade8]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .leftCell[data-v-fcfdade8],.wrap .rightCell[data-v-fcfdade8]{width:300px;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-align:center;-ms-flex-align:center;align-items:center;line-height:50px}.wrap .rightCell[data-v-fcfdade8]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wrap .rightCell p[data-v-fcfdade8]{margin-right:30px}[data-v-fcfdade8] .el-tag{cursor:pointer}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2d802c54.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7cef4532.0a05ea9b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-cadd2818.b39c91a8.js


+ 9 - 9
src/views/evaluateManager/networkList.vue

@@ -456,15 +456,15 @@ export default {
     netWorkExport() {
       let url = "/api-web/export/courseReviews";
       let obj = {};
-      obj.organId = this.searchForm.organId || null;
-      obj.teacherId = this.searchForm.teacherId || null;
-      obj.eduTeacherId = this.searchForm.eduTeacherId || null;
-      obj.isFree = this.searchForm.isFree || null;
-      obj.studentReview = this.searchForm.studentReview || null;
-      obj.hasHandHomework = this.searchForm.hasHandHomework || null;
-      obj.hasReview = this.searchForm.hasReview || null;
-      obj.courseReview = this.searchForm.courseReview || null;
-      obj.search = this.searchForm.search;
+      this.searchForm.organId?obj.organId = this.searchForm.organId : null;
+      this.searchForm.teacherId?obj.teacherId = this.searchForm.teacherId : null;
+      this.searchForm.eduTeacherId?obj.eduTeacherId = this.searchForm.eduTeacherId : null;
+      this.searchForm.isFree?obj.isFree = this.searchForm.isFree : null;
+      this.searchForm.studentReview?obj.studentReview = this.searchForm.studentReview : null;
+      this.searchForm.hasHandHomework?obj.hasHandHomework = this.searchForm.hasHandHomework : null;
+      this.searchForm.hasReview ?obj.hasReview = this.searchForm.hasReview : null;
+      this.searchForm.courseReview?obj.courseReview = this.searchForm.courseReview : null;
+      this.searchForm.search?obj.search = this.searchForm.search:null;
       if (this.searchForm.month.length > 0) {
         obj.startTime = this.searchForm.month[0];
         obj.endTime = this.searchForm.month[1];

Some files were not shown because too many files changed in this diff