This commit is contained in:
BianLzhaoMin 2025-03-31 15:03:04 +08:00
parent 236f6eaa3c
commit cbf785f14f
1 changed files with 2 additions and 2 deletions

View File

@ -256,8 +256,8 @@ function submitApply(data) {
} else if (Number(objParam.type) === 2) {
// 新增班长
item = Object.assign({}, data.field);
// item.name = data.field.name;
item.name = $("#userNameNew").val();
item.name = data.field.name;
item.userName = $("#userNameNew").val();
item.level = 5;
item.parentId = objParam.id;
item.tableSource = "pm_dept";