| | |
| | | this.pageSize = 50; |
| | | this.tableShow = false; |
| | | this.loading = true; |
| | | if (this.sTime) { |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.sTime + "'"; |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) <= '" + this.eTime + "'"; |
| | | } |
| | | // 重复叠加会导致 uri字符串累加,多次搜索可能会导致get请求超出最大程度导致请求失败 |
| | | // if (this.sTime) { |
| | | // this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.sTime + "'"; |
| | | // this.sWhere += " and CONVERT(varchar(100),日期, 23) <= '" + this.eTime + "'"; |
| | | // } |
| | | if (this.pageSize == 0) { |
| | | this.pageSize = 50; |
| | | } |