修复了清楚图片 #100

Merged
theluyuan merged 1 commits from xbx into master 2020-09-11 12:43:38 +00:00

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;
},