|
@@ -134,6 +134,7 @@ export default {
|
|
|
if (this.equipmentId==null || this.equipmentId==""){
|
|
|
return
|
|
|
}
|
|
|
+ this.tableLoading = true
|
|
|
getByStationCodeAndEquipmentIdAndTimeBetween(param).then(response => {
|
|
|
this.tableData = response.data.data.records
|
|
|
this.page.total = response.data.data.total
|
|
@@ -190,21 +191,26 @@ export default {
|
|
|
this.tableLoading = false
|
|
|
})
|
|
|
},
|
|
|
- sizeChange(pageSize) {
|
|
|
- this.page.pageSize = pageSize
|
|
|
- },
|
|
|
- currentChange(current) {
|
|
|
- this.page.currentPage = current
|
|
|
- },
|
|
|
- searchChange(form, done) {
|
|
|
- this.searchForm = form
|
|
|
- this.page.currentPage = 1
|
|
|
- this.getList(this.page, form)
|
|
|
- done()
|
|
|
- },
|
|
|
- refreshChange() {
|
|
|
- this.getList(this.page)
|
|
|
- }
|
|
|
+ // sizeChange(pageSize) {
|
|
|
+ // alert(5)
|
|
|
+ // this.page.pageSize = pageSize
|
|
|
+ // },
|
|
|
+ // currentChange(current) {
|
|
|
+ // alert(6)
|
|
|
+ // this.page.currentPage = current
|
|
|
+ // },
|
|
|
+ // searchChange(form, done) {
|
|
|
+ // alert(1)
|
|
|
+ // this.searchForm = form
|
|
|
+ // this.page.currentPage = 1
|
|
|
+ // this.dateQuery(this.page, form)
|
|
|
+ //
|
|
|
+ // done()
|
|
|
+ // },
|
|
|
+ // refreshChange() {
|
|
|
+ // alert(4)
|
|
|
+ // this.dateQuery(this.page)
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
</script>
|