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);