@ -2138,6 +2138,7 @@ public class InvoiceController {
InvoiceFile invoiceFile = invoiceFileMapper.selectInvoiceFileById(id);
if (BeanUtil.isEmpty(invoiceFile) || StrUtil.isEmpty(invoiceFile.getFileContent())) {
return R.failed("发票未查询到!");
}
@ -46,7 +46,7 @@ spring:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: prod
active: dev
# 文件上传
servlet:
multipart:
@ -37,7 +37,7 @@ export default {
this.id = id;
this.loading = true;
getFilePreview(id).then(response => {
// console.info("id="+response);
console.info("id="+response);
this.invoiceImageUrl = response;
// this.$forceUpdate();