From 507d193d16bc32a7cacfd2bf2c19e1db24390414 Mon Sep 17 00:00:00 2001
From: 倪影Alone <8315454+ni-ying-alone@user.noreply.gitee.com>
Date: 星期二, 03 九月 2024 18:13:12 +0800
Subject: [PATCH] 物料业务数据分发功能实现
---
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