From 791c9ba636e3e5502b2d586c74735d0692435bcb Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 04 三月 2025 14:40:05 +0800
Subject: [PATCH] art: 所有设备 台账 批量删除功能
---
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