From ccc0d81164a03833a2d06c330903503eda0656e8 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Thu, 16 Dec 2021 18:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E6=89=93=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index f162785..d4d2db2 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ -
+
@@ -60,23 +60,6 @@
-
-
- -
- -
- - -
- - -
-
- -
-
-
姓名
@@ -166,7 +149,6 @@ currentIndex: '', memberId: '', // 打卡人id checkerId: '', // 审核员id - // checkerName: '', // 审核员 id: '', // 记录id today: '', // 今天日期 clockType: -1, // 打卡类型 0 早打卡 1 晚打卡 @@ -198,8 +180,7 @@ const { success, code, data, msg } = res; if (success && code === 200) { that.token = data.token; - // 查询考勤信息 - // that.getClockQuery() + // 查询项目成员列表 that.getQueryChecker() } else { console.log('msg: ', msg); @@ -246,7 +227,6 @@ that.dom.querySelector('.record-wrap').innerHTML = html; for (let i = 0; i < that.recordList.length; i++) { - // let record = that.recordList[i]; that.renderData(i); } @@ -309,7 +289,7 @@ data[i].choose = true that.lists.push(data[i]) } - + // 查询考勤信息 that.getClockQuery() } else { console.log('msg: ', msg);