This commit is contained in:
parent
6a1769afa8
commit
cdefcd1ee4
|
|
@ -271,7 +271,7 @@ export default {
|
|||
})
|
||||
this.$message.success('审批通过成功')
|
||||
setTimeout(() => {
|
||||
this.$router.back()
|
||||
this.$tab.closePage()
|
||||
}, 1000)
|
||||
} catch (error) {
|
||||
this.$message.error('审批失败: ' + error.message)
|
||||
|
|
@ -297,7 +297,7 @@ export default {
|
|||
})
|
||||
this.$message.success('审批驳回成功')
|
||||
setTimeout(() => {
|
||||
this.$router.back()
|
||||
this.$tab.closePage()
|
||||
}, 1000)
|
||||
} catch (error) {
|
||||
this.$message.error('审批失败: ' + error.message)
|
||||
|
|
@ -305,7 +305,7 @@ export default {
|
|||
}).catch(() => {})
|
||||
},
|
||||
onHandleCancel() {
|
||||
this.$router.back()
|
||||
this.$tab.closePage()
|
||||
},
|
||||
getNodeRecord(node) {
|
||||
if (!this.approvalInstance.recordList) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue