修复了清楚图片 #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, 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;
}, },