|
@ -367,7 +367,7 @@ export default { |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
data: fd |
|
|
data: fd |
|
|
}).then((data) => { |
|
|
}).then((data) => { |
|
|
this.tempUser.signImg = data |
|
|
this.tempUser.signImg = [{ name: data }] |
|
|
this.fileList = JSON.parse(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 |
|
|
}) |
|
|
}) |
|
|