소스 검색

endTime pages/center/records/index 页面统一

yun
douzhuo 2 년 전
부모
커밋
8c1fdd63ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/center/records/index.vue

+ 2
- 2
pages/center/records/index.vue 파일 보기

@@ -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) {


불러오는 중...
취소
저장