|
@@ -264,7 +264,6 @@ export default {
|
|
if (this.search.date.length) {
|
|
if (this.search.date.length) {
|
|
this.search.startDate = this.search.date[0]
|
|
this.search.startDate = this.search.date[0]
|
|
this.search.endDate = this.search.date[1]
|
|
this.search.endDate = this.search.date[1]
|
|
- delete this.search.date
|
|
|
|
}
|
|
}
|
|
|
|
|
|
const res = await findBusinessRecords({
|
|
const res = await findBusinessRecords({
|