浏览代码

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;