| | |
| | | import { mixinDevice } from '@/utils/mixin' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import FaultInfoModal from './modules/FaultInfoModal' |
| | | import { putAction } from '../../api/manage' |
| | | import { putAction } from '../../api/manage' |
| | | |
| | | export default { |
| | | name: 'FaultInfoList', |
| | |
| | | data () { |
| | | return { |
| | | description: '设备事故登记管理页面', |
| | | disableMixinCreated: true, |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | |
| | | } |
| | | }, |
| | | created() { |
| | | this.getSuperFieldList(); |
| | | if (this.$route.query) { |
| | | this.queryParam.id = this.$route.query.id; |
| | | } |
| | | this.loadData() |
| | | this.initDictConfig(); |
| | | }, |
| | | computed: { |
| | | importExcelUrl: function(){ |