Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
199fd5f7e2
1 changed files with 0 additions and 1 deletions
  1. 1
      pages/home/employee/index.js

1
pages/home/employee/index.js

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

Loading…
Cancel
Save