13856 审核完一个人之后,审核下一个人,输入框内信息没有重置清空
parent
efd87d7ac5
commit
426a7648c9
|
@ -148,6 +148,18 @@ export default {
|
||||||
beforeClose() {
|
beforeClose() {
|
||||||
this.corp_id = null
|
this.corp_id = null
|
||||||
this.visible = false
|
this.visible = false
|
||||||
|
this.form = {
|
||||||
|
STATUS: null,
|
||||||
|
APPOINT_CORP_ID: '',
|
||||||
|
APPOINT_CORP_NAME: '',
|
||||||
|
APPOINT_DEPARTMENT_ID: null,
|
||||||
|
APPOINT_DEPARTMENT_NAME: '',
|
||||||
|
APPOINT_USER_ID: '',
|
||||||
|
APPOINT_USER_NAME: '',
|
||||||
|
user: '',
|
||||||
|
tm: new Date().getTime(),
|
||||||
|
list: []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
sendMessage() {
|
sendMessage() {
|
||||||
this.$refs.form.validate((valid) => {
|
this.$refs.form.validate((valid) => {
|
||||||
|
|
Loading…
Reference in New Issue