Merge pull request '修复了清楚图片' (#100) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/100
This commit was merged in pull request #100.
This commit is contained in:
2020-09-11 20:43:37 +08:00

View File

@@ -119,9 +119,10 @@
title: info.message, title: info.message,
type: 'error' type: 'error'
}); });
}
this.$refs.upload.clear() this.$refs.upload.clear()
return ; return ;
}
this.image = info.data.file_name; this.image = info.data.file_name;
}, },