From 35236c2679b27fbfe7be542d28dfefde877c0444 Mon Sep 17 00:00:00 2001 From: lixg Date: Tue, 28 Feb 2023 16:19:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E8=80=83=E5=8B=A4=E7=AD=BE=E5=88=B0=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E7=9A=84type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ActiveAttendance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index 362b5dd4..6d5fc9ab 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -948,7 +948,7 @@ export default { process.env.VUE_APP_BASE_API + `/admin/student/studentSign?taskId=${props.datasource.id}&taskType=${ props.datasource.type - }&type=${2}`, + }&type=${1}`, }; console.log("codeInfo", state.codeInfo); state.codeIndex = 0;