From 9e497f0844f5f5ec08a1aa4b8acc3937ca4b8e74 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 26 一月 2021 17:22:21 +0800
Subject: [PATCH] #
---
src/main/webapp/views/tag/tag.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/tag/tag.html b/src/main/webapp/views/tag/tag.html
index 0106080..a11bfa3 100644
--- a/src/main/webapp/views/tag/tag.html
+++ b/src/main/webapp/views/tag/tag.html
@@ -34,7 +34,7 @@
<!-- 琛ㄥ崟寮圭獥 -->
<script type="text/html" id="editDialog">
- <form id="detail" class="layui-form">
+ <form id="detail" lay-filter="detail" class="layui-form">
<input name="id" type="hidden">
<input name="uuid" type="hidden">
<input name="path" type="hidden">
@@ -214,6 +214,7 @@
content: $('#editDialog').html(),
success: function (layero, dIndex) {
// 鍥炴樉琛ㄥ崟鏁版嵁
+ console.log(mData)
form.val('detail', mData);
// 琛ㄥ崟鎻愪氦浜嬩欢
form.on('submit(editSubmit)', function (data) {
--
Gitblit v1.9.1