From c98c05b996c0bed40cc13d19dd84e90bc49ffd12 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 18 八月 2025 11:38:33 +0800 Subject: [PATCH] 安灯模块,安灯工单,安灯人、响应人、处理人, 字典翻译 --- src/views/mdc/base/EquipmentList.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue index ae5950e..d48afe9 100644 --- a/src/views/mdc/base/EquipmentList.vue +++ b/src/views/mdc/base/EquipmentList.vue @@ -107,7 +107,7 @@ <script> import UserModal from './modules/EquipmentList/UserModal' import { JeecgListMixin } from '@/mixins/JeecgListMixin' - import { queryProductionTreeListByMdc } from '@/api/api' + import { queryFactoryTreeList } from '@/api/api' import { mapActions } from 'vuex' export default { @@ -256,12 +256,12 @@ width: 200 // sorter: true }, - { - title: '瀹夎浣嶇疆', - align: 'center', - width: 200, - dataIndex: 'equipmentAddress' - }, + // { + // title: '瀹夎浣嶇疆', + // align: 'center', + // width: 200, + // dataIndex: 'equipmentAddress' + // }, { title: '杞﹂棿', align: 'center', @@ -406,7 +406,7 @@ * 璋冪敤鎺ュ彛鑾峰彇鏌ヨ鍖哄煙杞﹂棿鏍戝垪琛� */ getWorkshopListByApi() { - queryProductionTreeListByMdc().then(res => { + queryFactoryTreeList().then(res => { if (res.success) { this.workshopTreeData = res.result this.treeDefaultExpandedKeys = [...res.result].map(item => item.key) -- Gitblit v1.9.3