进度计划优化切换项目逻辑

This commit is contained in:
Teo
2025-09-12 10:21:29 +08:00
parent 9cc4e17c6a
commit 0db23ba44e
2 changed files with 1 additions and 0 deletions

0
npm Normal file
View File

View File

@ -402,6 +402,7 @@ const resetMatrix = () => {
matrixValue.value = undefined;
queryParams.value.matrixId = undefined;
queryParams.value.projectId = undefined;
relevancyStructure.value = '1';
matrixOptions.value = [];
};