From 585fb0bbd4a7bc7f8f333ecba7c5fecd2ee5cbc2 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期四, 28 三月 2024 09:46:44 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 src/views/eam/FaultInfoList.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/FaultInfoList.vue b/src/views/eam/FaultInfoList.vue
index 71d38ce..ef332c6 100644
--- a/src/views/eam/FaultInfoList.vue
+++ b/src/views/eam/FaultInfoList.vue
@@ -147,7 +147,7 @@
   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',
@@ -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(){

--
Gitblit v1.9.3