소스 검색

fiex:修复时间搜索BUG

Tang 3 년 전
부모
커밋
7870d941a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;