From ea4b6749adbd7dae4ccff32f9f7bd5fcdc0ab3b2 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期二, 10 三月 2026 11:39:02 +0800
Subject: [PATCH] 还款提醒添加日志输出,方便查看记录
---
fzzy-igdss-web/src/main/resources/d7/common.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/d7/common.js b/fzzy-igdss-web/src/main/resources/d7/common.js
index 3c3a87e..f841d86 100644
--- a/fzzy-igdss-web/src/main/resources/d7/common.js
+++ b/fzzy-igdss-web/src/main/resources/d7/common.js
@@ -15,4 +15,10 @@
window.$openTab = function (name,url) {
var panelId = window.frameElement.getAttribute('data-id');
window.parent.$.modal.openTab(name, url, false, panelId);
+ //window.parent.$.modal.parentTab(name,url);
+};
+
+window.$openParentTab = function (name,url) {
+ var panelId = window.parent.frameElement.getAttribute('data-id');
+ window.parent.parent.$.modal.openTab(name, url, false, panelId);
};
\ No newline at end of file
--
Gitblit v1.9.3