mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 03:16:46 +08:00
修改状态
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user