diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 720da2f..e8acab1 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -44,6 +44,7 @@ export default { this.heirloom = JSON.stringify(e) }, beforeClose() { + this.visible = false }, sendMessage(row) { if (!this.value || this.value === '') { diff --git a/src/views/xgf/flowApply/components/apply.vue b/src/views/xgf/flowApply/components/apply.vue index 3c96882..8627ecb 100644 --- a/src/views/xgf/flowApply/components/apply.vue +++ b/src/views/xgf/flowApply/components/apply.vue @@ -301,10 +301,12 @@ export default { }, handleClose() { this.visible = false + this.form = {} this.$emit('refresh', '') }, closeWindow() { this.visible = false + this.form = {} } } } diff --git a/src/views/xgf/flowApply/components/userInfo.vue b/src/views/xgf/flowApply/components/userInfo.vue index 3b7e987..bb3a701 100644 --- a/src/views/xgf/flowApply/components/userInfo.vue +++ b/src/views/xgf/flowApply/components/userInfo.vue @@ -154,6 +154,7 @@ +