This commit is contained in:
BianLzhaoMin 2025-03-31 19:07:38 +08:00
parent b2dfb3eb25
commit 6c87f0ac08
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
url: ctxPath + '/evaluatePerson/addPersonInfo', url: ctxPath + '/evaluatePerson/addPersonInfo',
type: 'POST', type: 'POST',
data: { data: {
personList: JSON.stringify([data]) personList: JSON.stringify([data.field])
}, },
success: function (res) { success: function (res) {
if (res.res === 1) { if (res.res === 1) {