|
|
@ -109,7 +109,6 @@ Page({ |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
agreeItem: function(e){ |
|
|
agreeItem: function(e){ |
|
|
// /employees/audit 员工审核
|
|
|
|
|
|
wx.showLoading({ title: '加载中', mask: true }) |
|
|
wx.showLoading({ title: '加载中', mask: true }) |
|
|
var item = this.data.checkList[e.currentTarget.dataset.index] |
|
|
var item = this.data.checkList[e.currentTarget.dataset.index] |
|
|
auditEmploye({id: item.id, status: 1 }).then(result => { |
|
|
auditEmploye({id: item.id, status: 1 }).then(result => { |
|
|
|