大屏以及质量管理
This commit is contained in:
@ -38,6 +38,8 @@ watch(
|
||||
);
|
||||
|
||||
const handleSelect = (projectId: string) => {
|
||||
console.log(projects.value);
|
||||
|
||||
const selectedProject = projects.value.find((p) => p.id === projectId);
|
||||
if (selectedProject) {
|
||||
userStore.setSelectedProject(selectedProject);
|
||||
|
Reference in New Issue
Block a user