From e00206c8ef15238126001e8c39cdb34a9800a6a3 Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 30 Jan 2023 18:12:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE/?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E5=9B=BE=20=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E8=80=83=E5=8B=A4=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ActiveAttendance.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index 21ce7a5a..645c4b4f 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -8,7 +8,7 @@ >
-
【{{ datasource.type==6?"直播":"讨论" }}】考勤
+
【{{ datasource.type==6?"直播":"活动" }}】考勤
{ console.log('当前是项目还是路径图 1 路径图 2 项目', props.types) - if ( props.datasource.type == 6 && props.types==1) { + if ( props.datasource.type == 6 && props.types==1 || props.datasource.type == 9 && props.types==1) { // 此处为获取评估学员的接口 - 如后续还有用到此接口的公共任务可直接在if里面加||判断即可 console.log("我是传递的查询参数", { pageNo: state.currentPage, @@ -481,7 +481,7 @@ export default { state.tableDataTotalLoading = false; state.tableData = []; }); - } else if ( props.datasource.type == 6 && props.types==2) { + } else if ( props.datasource.type == 6 && props.types==2 || props.datasource.type == 9 && props.types==2) { // 此处为获取评估学员的接口 - 如后续还有用到此接口的公共任务可直接在if里面加||判断即可 console.log("我是传递的查询参数", { pageNo: state.currentPage,