修复了清楚图片

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,
type: 'error'
});
this.$refs.upload.clear()
return ;
}
this.$refs.upload.clear()
return ;
this.image = info.data.file_name;
},