From 73734f096b25cb3c350ddceec46e47f4de004b7d Mon Sep 17 00:00:00 2001
From: dbs <email0099@163.com>
Date: 星期一, 23 十二月 2024 16:34:16 +0800
Subject: [PATCH] 新增MES接口的解析处理。
---
src/main/resources/templates/sysConfig/distribute.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/templates/sysConfig/distribute.html b/src/main/resources/templates/sysConfig/distribute.html
index 556a190..47d19aa 100644
--- a/src/main/resources/templates/sysConfig/distribute.html
+++ b/src/main/resources/templates/sysConfig/distribute.html
@@ -198,6 +198,7 @@
top.frames[iframeId].vm.formQuartz.address = address;
top.frames[iframeId].vm.formQuartz.description = description;
top.frames[iframeId].vm.formQuartz.association = association;
+ console.log(top.frames[iframeId].vm.formQuartz.association);
top.frames[iframeId].vm.formQuartz.isEnable = isEnable;
top.frames[iframeId].vm.formQuartz.cronExpression = cronExpression;
},
--
Gitblit v1.8.0