diff --git a/src/views/system/userInfo/index.vue b/src/views/system/userInfo/index.vue index 7f41229..c6d7215 100644 --- a/src/views/system/userInfo/index.vue +++ b/src/views/system/userInfo/index.vue @@ -578,6 +578,7 @@ } await getUserById(param).then(response => { this.form = response.data[0]; + this.form.examineOpinion = ""; this.opens = true; this.title = "审核"; })