Browse Source

fiex:修复时间搜索BUG

Tang 3 years ago
parent
commit
7870d941a9
1 changed files with 1 additions and 1 deletions
  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;