Browse Source

fiex:修复时间搜索BUG

Tang 3 năm trước cách đây
mục cha
commit
7870d941a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/education/dataReview/stamp/index.vue

+ 1 - 1
src/views/education/dataReview/stamp/index.vue

@@ -608,7 +608,7 @@ export default {
         data.searchEndTime = data.searchEndTime / 1000;
       }
       this.$api
-        .inquirebaseprofileStamp(this.formData)
+        .inquirebaseprofileStamp(data)
         .then((res) => {
           this.tableData = res.rows;
           this.total = res.total;