|
|
@@ -70,9 +70,10 @@ export default {
|
|
|
.then((res) => {
|
|
|
const [imgObj] = res.variables.data
|
|
|
if (!imgObj) {
|
|
|
- this.$message.error(
|
|
|
- '当前用户签名图片不存在请在个人信息维护中上传签字图文!'
|
|
|
- )
|
|
|
+ this.imgUrl = ''
|
|
|
+ // this.$message.error(
|
|
|
+ // '当前用户签名图片不存在请在个人信息维护中上传签字图文!'
|
|
|
+ // )
|
|
|
return false
|
|
|
}
|
|
|
const imgUrl = getImage(imgObj.qian_zi_tu_wen_)
|