季度考核指标页面增加审核之后跳转到上一个页面
This commit is contained in:
parent
68cefd53fe
commit
ee2fb6eb46
@ -124,7 +124,10 @@ export default {
|
|||||||
if (result.status === 0) {
|
if (result.status === 0) {
|
||||||
this.$message.success(result.data)
|
this.$message.success(result.data)
|
||||||
this.isSubmit = false
|
this.isSubmit = false
|
||||||
this.init()
|
this.$router.push({
|
||||||
|
name: 'quarterlyAssessmentApply',
|
||||||
|
params: {id: this.reimburseId}
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(result.data)
|
this.$message.error(result.data)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user