From b9b0777972f6563075a886cbfc58991e51c1a097 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期三, 13 三月 2024 15:41:46 +0800 Subject: [PATCH] xg --- 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