xg
“linengliang”
2024-03-13 b9b0777972f6563075a886cbfc58991e51c1a097
src/views/eam/FaultInfoList.vue
@@ -158,6 +158,7 @@
    data () {
      return {
        description: '设备事故登记管理页面',
        disableMixinCreated: true,
        // 表头
        columns: [
          {
@@ -396,7 +397,11 @@
      }
    },
    created() {
    this.getSuperFieldList();
    if (this.$route.query) {
      this.queryParam.id = this.$route.query.id;
    }
    this.loadData()
    this.initDictConfig();
    },
    computed: {
      importExcelUrl: function(){