From 8c6e292c508312eca0aef4c203e5857c4fc3094c Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期六, 07 九月 2024 09:18:39 +0800
Subject: [PATCH] Merge branch 'master' into Liudl
---
HTML/views/SystemSettings/Role.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/HTML/views/SystemSettings/Role.html b/HTML/views/SystemSettings/Role.html
index f4150c2..2e9c1c4 100644
--- a/HTML/views/SystemSettings/Role.html
+++ b/HTML/views/SystemSettings/Role.html
@@ -312,6 +312,7 @@
form.on("submit(LAY-app-contlist-search)", function (data) {
var RoleNo = data.field.RoleNo;
var RoleName = data.field.RoleName;
+ console.log("roleno:"+RoleNo+" rolename:"+RoleName);
refreshTable(RoleNo, RoleName);
});
--
Gitblit v1.8.0