|
@@ -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;
|