审核驳回操作

This commit is contained in:
2023-07-20 17:44:45 +08:00
parent 282161ec33
commit 1b718cd28e
10 changed files with 598 additions and 8 deletions

View File

@@ -172,6 +172,15 @@ Page({
})
},
/**
* 编辑申请
*/
editGo() {
wx.navigateTo({
url: './refertoEdit/refertoEdit?id=' + this.data.recruitData.experience_id
})
},
rejectGo() {
wx.showModal({
title: '驳回原因提示',