From 1b108e8d7335d5a5a59dfcf2f4eeef034a53b9b8 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 06 九月 2024 12:33:06 +0800
Subject: [PATCH] 用户管理页角色问题和密码增加验证问题
---
HTML/views/WareHouseSetting/Locate.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HTML/views/WareHouseSetting/Locate.html b/HTML/views/WareHouseSetting/Locate.html
index e3fbe92..02f55f4 100644
--- a/HTML/views/WareHouseSetting/Locate.html
+++ b/HTML/views/WareHouseSetting/Locate.html
@@ -208,7 +208,7 @@
//鐩戝惉鎻愪氦
iframeWindow.layui.form.on('submit(' + submitID + ')', function (data) {
var field = data.field; //鑾峰彇鎻愪氦鐨勫瓧娈�
- console.log(field);
+ console.log("淇敼鐨勫瓧娈碉細"+field);
var msg = [];
for (var i = 0; i < checkData.length; i++) {
// msg.push(checkData[i].Id);
--
Gitblit v1.8.0