@@ -682,6 +682,7 @@ export default {
handleUpdate(row) {
this.reset();
this.photoUrl = null;
+ this.signUrl = null;
const userId = row.userId || this.ids;
getUser(userId).then(response => {
this.form = response.data;