From 07fcb01a51bf4b9102b41e9223d66b16af9548f8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 19 十一月 2022 10:09:13 +0800
Subject: [PATCH] #
---
src/main/webapp/views/planType/planType.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/planType/planType.html b/src/main/webapp/views/planType/planType.html
index aa86ebb..d25526c 100644
--- a/src/main/webapp/views/planType/planType.html
+++ b/src/main/webapp/views/planType/planType.html
@@ -219,13 +219,15 @@
elem:'#formDesigner'
});
form.on('submit(forEditSubmit)', function () {
- var loadIndex = layer.load(2);
+ console.log(formDesIdx.getHtmlData());
+ let loadIndex = layer.load(2);
$.ajax({
url: baseUrl+"/planType/update/auth",
headers: {'token': localStorage.getItem('token')},
data: {
id: data.id,
- data: JSON.stringify(formDesIdx.getData())
+ data: JSON.stringify(formDesIdx.getData()),
+ html: formDesIdx.getHtmlData()
},
method: 'POST',
success: function (res) {
--
Gitblit v1.9.1