From 5b90b8fbe52971adad61fe59d244abdace705754 Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期三, 11 九月 2024 14:33:33 +0800 Subject: [PATCH] 去掉错误码s --- 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