修复了清楚图片

This commit is contained in:
luyuan 2020-09-11 20:43:21 +08:00
parent fb81800253
commit 45b6086398
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -119,9 +119,10 @@
title: info.message, title: info.message,
type: 'error' type: 'error'
}); });
}
this.$refs.upload.clear() this.$refs.upload.clear()
return ; return ;
}
this.image = info.data.file_name; this.image = info.data.file_name;
}, },