|
|
@@ -665,7 +665,7 @@ var app = new Vue({
|
|
|
_this.picList[id] = _this.cropParams;
|
|
|
_this.picList[id].url = url;
|
|
|
_this.picList[id].preview = url;
|
|
|
- _this.picList[id].fileData = _this.dataURLtoFile(url, name);
|
|
|
+ _this.picList[id].fileData = _this.dataURLtoFile(url, name);
|
|
|
}else{
|
|
|
var data = _this.cropParams;
|
|
|
data.url = url;
|