| | |
| | | </pagination> |
| | | </template> |
| | | <!-- 新建/修改 --> |
| | | <!-- <OperaDeviceWindow ref="operaDeviceWindow" @success="handlePageChange"/>--> |
| | | <OperaDeviceLedWindow ref="OperaDeviceLedWindow" @success="handlePageChange"/> |
| | | </TableLayout> |
| | | </template> |
| | | |
| | |
| | | import BaseTable from '@/components/base/BaseTable' |
| | | import TableLayout from '@/layouts/TableLayout' |
| | | import Pagination from '@/components/common/Pagination' |
| | | import OperaDeviceWindow from '@/components/business/OperaDeviceWindow' |
| | | import OperaDeviceLedWindow from '@/components/business/OperaDeviceLedWindow' |
| | | import { syncDevices, updateEntranceById } from '@/api/business/device' |
| | | export default { |
| | | name: 'Device', |
| | | extends: BaseTable, |
| | | components: { TableLayout, Pagination, OperaDeviceWindow }, |
| | | components: { TableLayout, Pagination, OperaDeviceLedWindow }, |
| | | data () { |
| | | return { |
| | | // 搜索 |