| | |
| | | import InspectionOrderExeModal from '@/views/eam/modules/dailyInspectionOrder/InspectionOrderExeModal' |
| | | import DailyInspectionOrderExeDrawer from '@/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer' |
| | | import { getAction, postAction, requestPut } from '@/api/manage' |
| | | import moment from 'moment' |
| | | |
| | | export default { |
| | | name: 'DailyInspectionOrderListComponent', |
| | |
| | | this.loadData(1); |
| | | }else{ |
| | | this.queryParam['equipmentId'] = val |
| | | this.queryParam['statusEnums'] = '6,7' |
| | | this.loadData(1); |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | clearList(){ |
| | | this.dataSource=[] |
| | | this.selectedRowKeys=[] |
| | | this.ipagination.current = 1 |
| | | } |
| | | |
| | | } |
| | | } |