flat: 暂存
This commit is contained in:
@@ -130,8 +130,15 @@
|
||||
},
|
||||
goInfo: function({
|
||||
id,
|
||||
reviewState,
|
||||
jobType
|
||||
}) {
|
||||
if (reviewState === 9) {
|
||||
this.navTo(
|
||||
`/pages/recruit/subPage/updataTaskorWork/updataTaskorWork?workId=${encodeURIComponent(id)}&isCan=${isCan}&jobType=${this.companyitem.jobType}&id=${this.companyitem.id}`
|
||||
)
|
||||
return
|
||||
}
|
||||
const isCan = this.noApply === false ? '0' : '1'
|
||||
switch (jobType) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user