优化项目列表切换编辑项目的效果

main
zhufu 2025-07-18 14:45:33 +08:00
parent 502712bd70
commit fe28c83566
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ const getProjectList = () => {
})
}
const editProject = (item) => {
addModal.value = false
let params = {
id: item.Id
}