|
@@ -373,9 +373,9 @@
|
|
|
this.imgList=[];
|
|
|
},
|
|
|
handleSuccess(response){
|
|
|
- if(response.state==='SUCCESS'){
|
|
|
+ if(response.code==='0'){
|
|
|
this.showFileList = true;
|
|
|
- this.form.region13 = '{imageUrlPrefix}'+response.url;
|
|
|
+ this.form.region13 = '{imageUrlPrefix}'+response.data.url;
|
|
|
}else{
|
|
|
this.showFileList=false;
|
|
|
this.warning(response.msg);
|