1、错别字更改

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

View File

@ -143,6 +143,10 @@ export default {
const info = JSON.parse(e)
this.form.APPOINT_CORP_ID = info.CORPINFO_ID
this.form.APPOINT_CORP_NAME = info.CORP_NAME
this.form.APPOINT_DEPARTMENT_ID = null
this.form.APPOINT_DEPARTMENT_NAME = ''
this.form.APPOINT_USER_ID = ''
this.form.APPOINT_USER_NAME = ''
this.getDepartmentTree()
},
beforeClose() {
@ -175,6 +179,7 @@ export default {
this.$message.success('推送成功')
this.visible = false
this.$emit('refresh', '')
this.beforeClose()
}
})
}
@ -198,6 +203,9 @@ export default {
DEPARTMENT_ID: e.id
}
).then((data) => {
this.form.APPOINT_USER_ID = ''
this.form.APPOINT_USER_NAME = ''
this.form.user = ''
this.peopleList = data.userList
}).catch((e) => {
console.log(e)