mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 解决流程没有办理的bug
This commit is contained in:
parent
e48bb24238
commit
0e21fc69d4
@ -309,8 +309,9 @@ export default {
|
||||
id: this.newOaWorkflowDetailInfo.id
|
||||
}
|
||||
const response = await getNextTask(params)
|
||||
if (response.code !== '0') return
|
||||
if (response.code != 0) return
|
||||
this.newOaWorkflowDetailInfo.nextAudit = response.data[0]
|
||||
console.log(this.newOaWorkflowDetailInfo.nextAudit)
|
||||
} catch (error) {
|
||||
console.error('请求失败:', error)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user