From 49a44d1b83ac907ca86b36222a2e967f79a90ffb Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 02 一月 2025 13:38:05 +0800
Subject: [PATCH] 调度方案运行状态显示

---
 src/api/data/channel/modbus/tag.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/data/channel/modbus/tag.ts b/src/api/data/channel/modbus/tag.ts
index a6299df..5f49c61 100644
--- a/src/api/data/channel/modbus/tag.ts
+++ b/src/api/data/channel/modbus/tag.ts
@@ -41,3 +41,13 @@
 export const deleteModBusTag = (id: number) => {
   return request.delete({ url: '/data/channel/modbus/tag/delete?id=' + id })
 }
+
+//导出ModBusTag
+export const exportModBusTag = (params) => {
+  return request.download({ url: '/data/channel/modbus/tag/export', params })
+}
+
+// 下载用户导入模板
+export const importModBusTagTemplate = () => {
+  return request.download({ url: '/data/channel/modbus/tag/get-import-template' })
+}

--
Gitblit v1.9.3