diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index c3f41b4..61dc14e 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -5,7 +5,7 @@ - + @@ -194,6 +194,7 @@ export default { } ).then((data) => { this.peopleList = data.userList + this.form.user = '' }).catch((e) => { console.log(e) }) @@ -205,6 +206,7 @@ export default { } ).then((data) => { this.peopleList = data.userList + this.form.user = '' }).catch((e) => { console.log(e) }) @@ -242,6 +244,14 @@ export default { list: [], tm: new Date().getTime() } + }, + clearInfo() { + this.form.APPOINT_DEPARTMENT_ID = null + this.form.APPOINT_DEPARTMENT_NAME = '' + this.form.APPOINT_USER_ID = null + this.form.APPOINT_USER_NAME = '' + this.form.OPINION = '' + this.form.user = '' } } }