Commit 9b4dd528 authored by 黄同智's avatar 黄同智

联调交易详情列表

Co-authored-by: 's avatarCopilot <copilot@github.com>
parent 396dcde7
......@@ -196,7 +196,6 @@
color: red;
font-weight: bold;
margin-bottom: 10px;
font-size: 16px;
}
.tips-section p {
......@@ -413,7 +412,6 @@
// 方式1:使用 FormData 自动搜集
const formData = new FormData(form);
console.log(4444, Object.fromEntries(formData.entries()));
localStorage.setItem('accountQueryParams', JSON.stringify(Object.fromEntries(formData.entries())));
setTimeout(() => {
window.location.href = './account_list.html'
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment