|
|
@@ -670,8 +670,8 @@ |
|
|
|
} |
|
|
|
this.$u.post("/customer/findbypage", parames).then(data => { |
|
|
|
this.LOADING = false |
|
|
|
if (this.staTime && this.endtime) { |
|
|
|
this.arriveFilter = `${this.staTime}-${this.endtime}` |
|
|
|
if (this.staTime && this.endTime) { |
|
|
|
this.arriveFilter = `${this.staTime}-${this.endTime}` |
|
|
|
} |
|
|
|
var list = data.results || []; |
|
|
|
if (this.isRefresh) { |
|
|
|