From 03af32fb651a4a8046a6380dad84d20d731a9ffe Mon Sep 17 00:00:00 2001
From: dbs <email0099@163.com>
Date: 星期一, 23 十二月 2024 14:21:18 +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