|  |  | 
 |  |  | import Pagination from '@/components/common/Pagination' | 
 |  |  | import QueryForm from '@/components/common/QueryForm' | 
 |  |  | import GlobalWindow from '@/components/common/GlobalWindow' | 
 |  |  | import { getPlatform, PlatformEdit, PlatformDel } from '@/api' | 
 |  |  | // import { getPlatform, PlatformEdit, PlatformDel } from '@/api' | 
 |  |  | import { PlatformEdit, PlatformDel } from '@/api' | 
 |  |  | export default { | 
 |  |  |   components: { | 
 |  |  |     Pagination, | 
 |  |  | 
 |  |  |     getList (page) { | 
 |  |  |       const { filters, pagination } = this | 
 |  |  |       pagination.page = page || pagination.page | 
 |  |  |       getPlatform({ | 
 |  |  |         model: { ...filters }, | 
 |  |  |         ...pagination | 
 |  |  |       }).then(res => { | 
 |  |  |         this.dataList = res.records | 
 |  |  |       }) | 
 |  |  |       // getPlatform({ | 
 |  |  |       //   model: { ...filters }, | 
 |  |  |       //   ...pagination | 
 |  |  |       // }).then(res => { | 
 |  |  |       //   this.dataList = res.records | 
 |  |  |       // }) | 
 |  |  |     }, | 
 |  |  |     handleDel (item) { | 
 |  |  |       this.$confirm('确定删除该月台吗, 是否继续?', '提示', { |