| | |
| | | StartDate: this.searchTime[0], |
| | | EndDate: this.searchTime[1], |
| | | PageIndex: |
| | | this.showType == "list" ? this.curTablePage : this.showType == "list", |
| | | this.showType == "list" ? this.curTablePage : this.curTabPage, |
| | | PageSize: |
| | | this.showType == "list" ? this.tablePageSize : this.tabPageSize, |
| | | IsDetail: this.showType == "list", |
| | |
| | | item.Event.indexOf("信号机") == -1 && |
| | | item.Event.indexOf("过分相") == -1 |
| | | ) { |
| | | text= item.Event |
| | | text = item.Event; |
| | | } |
| | | }); |
| | | return text||"未手比" |
| | | return text || "未手比"; |
| | | }, |
| | | hasError(data) { |
| | | let status = true; |