flat: 暂存

This commit is contained in:
Apcallover
2024-05-09 11:03:05 +08:00
parent 9028cd68fc
commit c8bcf927b5
7 changed files with 162 additions and 4 deletions

View File

@@ -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: