修改状态

This commit is contained in:
zhangsir
2024-05-28 09:31:21 +08:00
parent e3b69efee5
commit 889c2e330c
2 changed files with 24 additions and 24 deletions

View File

@@ -251,7 +251,7 @@ const {
const router = useRouter();
const { commit, dispatch, state } = useStore();
const data = computed(() => state.projectInfo);
useRequest(PROJECT_PROCESS, { projectId: projectId, type:1 }, (e) => {
useRequest(PROJECT_PROCESS, { projectId: projectId, type }, (e) => {
useRequest(
checkStudentExist,
{