From bab6283f5c0b5da44b7a342f9daef35473a13ab7 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 16 四月 2026 14:54:57 +0800
Subject: [PATCH] 初始化

---
 src/main/webapp/static/js/nodeLoc/nodeLoc.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/nodeLoc/nodeLoc.js b/src/main/webapp/static/js/nodeLoc/nodeLoc.js
index d144f92..627cc9b 100644
--- a/src/main/webapp/static/js/nodeLoc/nodeLoc.js
+++ b/src/main/webapp/static/js/nodeLoc/nodeLoc.js
@@ -253,7 +253,7 @@
             content: $('#editDialog').html(),
             success: function (layero, dIndex) {
                 // 鍥炴樉琛ㄥ崟鏁版嵁
-                form.val('detail', mData);
+                layuiFormValSafe(form, 'detail', mData);
                 // 鏂板鑷姩鐢熸垚鍟嗗搧缂栧彿
                 if (!mData) {
                     http.get(baseUrl + "/node/auto/matnr/auth", null, function (res) {

--
Gitblit v1.9.1