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