浏览代码

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


正在加载...
取消
保存