|
|
@ -151,7 +151,7 @@ |
|
|
|
:on-remove="handleRemove" |
|
|
|
:file-list="fileList" |
|
|
|
:limit="1" |
|
|
|
action="123" |
|
|
|
action="" |
|
|
|
list-type="picture" |
|
|
|
> |
|
|
|
<el-button size="small" type="primary"> |
|
|
@ -363,8 +363,7 @@ export default { |
|
|
|
}).then((data) => { |
|
|
|
this.tempUser.signImg = data |
|
|
|
this.fileList = JSON.parse(data) |
|
|
|
this.fileList[0].url = |
|
|
|
process.env.VUE_APP_IMG_URL + 'signImage/' + this.fileList[0].name |
|
|
|
this.fileList[0].url = process.env.VUE_APP_IMG_URL + 'signImage/' + this.fileList[0].name |
|
|
|
}) |
|
|
|
return true |
|
|
|
}, |
|
|
|