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

@@ -257,6 +257,7 @@ const getBaseInfo = async () => {
try {
const {code, data} = await getBaseInfoApi(route.query.id)
baseForm.value.setValues(data)
await init()
} catch {
}
}
@@ -275,7 +276,6 @@ const init = async () => {
// }
}
getBaseInfo()
init()
const headBtnClick = (key) => {
switch (key) {
case 'add':