From 83e0034ab5f729afeb2c25e328d63fda31ff01e1 Mon Sep 17 00:00:00 2001
From: dbs <email0099@163.com>
Date: 星期四, 12 十二月 2024 15:45:57 +0800
Subject: [PATCH] 新增MES处理,分发系统名字特定---》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