Browse Source

Merge branch 'fiveadd' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot_admin into five-second-add

Tang 3 years ago
parent
commit
19e6d7c833
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;
         data.searchEndTime = data.searchEndTime / 1000;
       }
       }
       this.$api
       this.$api
-        .inquirebaseprofileStamp(this.formData)
+        .inquirebaseprofileStamp(data)
         .then((res) => {
         .then((res) => {
           this.tableData = res.rows;
           this.tableData = res.rows;
           this.total = res.total;
           this.total = res.total;