Explorar o código

fiex:修复时间搜索BUG

Tang %!s(int64=3) %!d(string=hai) anos
pai
achega
7870d941a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;