1、错别字更改

2、监管端查询sql报错修改
3、表单提交后未清空。
2024年2月1日V1.0.53.2
liujun 2024-01-29 17:20:47 +08:00
parent 509f226d31
commit 1ff1cea9eb
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -152,6 +152,7 @@ export default {
this.$message.success('推送成功')
this.visible = false
this.$emit('refresh', '')
this.handleClose()
})
.catch((e) => {
console.log(e)