zhaowei
2025-06-11 51a85778763739b2d217896f76ba830522788fad
src/views/eam/SelfMaintenanceAndInspectionList.vue
@@ -161,6 +161,7 @@
  import $ from 'jquery'
  import '@/components/table2excel/table2excel'
  import EamEquipmentListModal from './modules/SelfMaintenanceAndInspectionList/EamEquipmentListModal'
  import moment from 'moment'
  export default {
    name: 'SelfMaintenanceAndInspectionList',
@@ -175,6 +176,9 @@
          list: '/eam/inspectionOrder/findInspectionForms'
        }
      }
    },
    created() {
      this.$set(this.queryParam, 'dataTime', moment().format('YYYY-MM'))
    },
    methods: {
      searchQuery() {
@@ -234,7 +238,10 @@
      },
      searchReset() {
        this.queryParam = this.dataSource = {}
        this.queryParam = {
          dataTime: moment().format('YYYY-MM')
        }
        this.dataSource = {}
        this.tableElement = null
      }
    }