From fb97a1c212374bf9cc968dc931ebf468272dd71b Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 31 Jan 2023 12:15:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=80=83=E5=8B=A4=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ActiveAttendance.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index 5f071b3f..63792181 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -382,6 +382,13 @@ export default { console.log("value", value, index); }; const closeDrawer = () => { + state.selectedRowKeys = []; + state.tableDataTotalLoading = true; + state.currentPage = 1; + state.name = null; + state.projectName2 = undefined; + state.tableDataTotal = -1; + state.tableDataTotal2 = 0; ctx.emit("update:AAvisible", false); }; @@ -462,6 +469,7 @@ export default { taskType: props.datasource.type, status: state.projectName, studentName: state.name, + signStatus: state.projectName2 }) .then((res) => { console.log(res); @@ -506,6 +514,7 @@ export default { taskType: props.datasource.type, status: state.projectName, studentName: state.name, + signStatus: state.projectName2 }) .then((res) => { console.log(res);