审核驳回操作
This commit is contained in:
@@ -172,6 +172,15 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* 编辑申请
|
||||
*/
|
||||
editGo() {
|
||||
wx.navigateTo({
|
||||
url: './refertoEdit/refertoEdit?id=' + this.data.recruitData.experience_id
|
||||
})
|
||||
},
|
||||
|
||||
rejectGo() {
|
||||
wx.showModal({
|
||||
title: '驳回原因提示',
|
||||
|
||||
Reference in New Issue
Block a user