parent
509f226d31
commit
1ff1cea9eb
|
@ -19,7 +19,7 @@
|
|||
审批人:{{ item.APPOINT_DEPARTMENT_NAME }}
|
||||
</el-col>
|
||||
<el-col>
|
||||
审批状态:{{ item.APPOINT_STATUS === '1' ? '同意' : '不同意' }}
|
||||
审批状态:{{ item.APPOINT_STATUS === '1' ? '同意' : item.APPOINT_STATUS === '0' ? '不同意' : '' }}
|
||||
</el-col>
|
||||
<el-col>
|
||||
审批时间:{{ item.APPOINT_USER_NAME }}
|
||||
|
|
|
@ -152,6 +152,7 @@ export default {
|
|||
this.$message.success('推送成功')
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
this.handleClose()
|
||||
})
|
||||
.catch((e) => {
|
||||
console.log(e)
|
||||
|
|
Loading…
Reference in New Issue