| | |
| | | import $ from 'jquery' |
| | | import '@/components/table2excel/table2excel' |
| | | import EamEquipmentListModal from './modules/SelfMaintenanceAndInspectionList/EamEquipmentListModal' |
| | | import moment from 'moment' |
| | | |
| | | export default { |
| | | name: 'SelfMaintenanceAndInspectionList', |
| | |
| | | list: '/eam/inspectionOrder/findInspectionForms' |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | this.$set(this.queryParam, 'dataTime', moment().format('YYYY-MM')) |
| | | }, |
| | | methods: { |
| | | searchQuery() { |
| | |
| | | }, |
| | | |
| | | searchReset() { |
| | | this.queryParam = this.dataSource = {} |
| | | this.queryParam = { |
| | | dataTime: moment().format('YYYY-MM') |
| | | } |
| | | this.dataSource = {} |
| | | this.tableElement = null |
| | | } |
| | | } |