合并
This commit is contained in:
@ -309,7 +309,7 @@ const handleDelete = async (row: ProgressCategoryTemplateVO) => {
|
||||
* 获取子项目列表
|
||||
*/
|
||||
const getSubProjectList = async () => {
|
||||
const res = await getChildProject(currentProject.value.id);
|
||||
const res = await getChildProject(currentProject.value?.id);
|
||||
projectSon.value = res.data;
|
||||
queryParams.value.projectId = projectSon.value[0]?.id;
|
||||
getList();
|
||||
|
||||
Reference in New Issue
Block a user