From bbee386dd3fc489099f4a40afb11692ac0972e84 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 17 十一月 2022 21:56:28 +0800 Subject: [PATCH] # --- src/main/webapp/views/planType/planType.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/planType/planType.html b/src/main/webapp/views/planType/planType.html index 83c7367..d25526c 100644 --- a/src/main/webapp/views/planType/planType.html +++ b/src/main/webapp/views/planType/planType.html @@ -220,14 +220,14 @@ }); form.on('submit(forEditSubmit)', function () { console.log(formDesIdx.getHtmlData()); - return false; 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