From 1f93e9c7d05f3a62009a37f5d4b2534b1568621c Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 12 九月 2024 17:27:40 +0800
Subject: [PATCH] 数据集配置

---
 src/views/data/channel/modbus/index.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/views/data/channel/modbus/index.vue b/src/views/data/channel/modbus/index.vue
index c7247c0..27b491f 100644
--- a/src/views/data/channel/modbus/index.vue
+++ b/src/views/data/channel/modbus/index.vue
@@ -97,13 +97,10 @@
 
 </template>
 <script lang="ts" setup>
-  import {DICT_TYPE, getIntDictOptions} from '@/utils/dict'
-  import {dateFormatter} from '@/utils/formatTime'
-  import download from '@/utils/download'
-  import * as ModbusApi from '@/api/data/channel/modbus'
-  import ModBusDeviceForm from './ModBusDeviceForm.vue'
+import * as ModbusApi from '@/api/data/channel/modbus'
+import ModBusDeviceForm from './ModBusDeviceForm.vue'
 
-  defineOptions({name: 'DataModbus'})
+defineOptions({name: 'DataModBus'})
 
   const message = useMessage() // 消息弹窗
   const {t} = useI18n() // 国际化

--
Gitblit v1.9.3