fix : 调整费用分摊,表格更新人员回显

This commit is contained in:
2024-06-30 20:43:08 +08:00
parent c226715097
commit a7b898fe48
3 changed files with 20 additions and 5 deletions

View File

@@ -411,6 +411,12 @@ const getDetailList = async () => {
if (code === 1000) {
data.rows.forEach(item => {
item.researchPersonnelId = Number(item.researchPersonnelId)
let userObj = {
id: item.researchPersonnelId,
name: item.researchPersonnel,
companyName: item.companyName,
}
userList.value.push(userObj)
})
formData.value.tableData = data.rows
nextTick(() => {